Click or drag to resize

Emulate3DTestFixture Methods

The Emulate3DTestFixture type exposes the following members.

Methods
 NameDescription
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodLoadModel Loads the model from the provided path.
Public methodModelAction Execute an action on the model thread. NUnit asserts must be invoked this way.
Public methodModelActionAsync Execute an action on the model thread. NUnit asserts must be invoked this way.
Public methodRunActionAtTime Insert an action into the model event queue at the specified time. Required if using NUnit asserts.
Public methodRunModelForSecondsAsync(Double) Run the model for the specified number of seconds.
Public methodRunModelForSecondsAsync(Double, Double) Fast forward the model for the specified number of seconds.
Public methodSetUp Setup method which prepares the fixture for the next test.
Public methodTearDown Teardown method which cleans up the fixture after a test run.
Top
See Also