Emulate |
The Emulate3DTestFixture type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
| LoadModel | Loads the model from the provided path. | |
| ModelAction | Execute an action on the model thread. NUnit asserts must be invoked this way. | |
| ModelActionAsync | Execute an action on the model thread. NUnit asserts must be invoked this way. | |
| RunActionAtTime | Insert an action into the model event queue at the specified time. Required if using NUnit asserts. | |
| RunModelForSecondsAsync(Double) | Run the model for the specified number of seconds. | |
| RunModelForSecondsAsync(Double, Double) | Fast forward the model for the specified number of seconds. | |
| SetUp | Setup method which prepares the fixture for the next test. | |
| TearDown | Teardown method which cleans up the fixture after a test run. |