TestStep¶
The TestStep class is an abstract base class that provides an abstraction layer for interacting with the game instance. Each step must implement specific methods to define its actions, determine whether it is complete, and reset its state.
Default implementations¶
Xumes provides default implementations of TestStep.