Class StashTests
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
Tests for stash / chest container interactions. Verifies items can be placed in, retrieved from, and properly tracked in container-based storage (InventoryController + InventoryContainerBehaviour).
public class StashTests : DevTest
- Inheritance
-
objectStashTests
- Inherited Members
Methods
- ContainerOwnershipTracking()
Verify Container field is set on items in the stash (Phase 1 migration test).
- DropItemIntoStash()
Drop a sword into the stash via bot API. Verifies item enters the container and is tracked.
- DropTwoItemsIntoStash()
Drop two items into the stash and verify both are tracked.
- PickUpFromStash()
Pick up an item from the stash back into hero inventory.