Emulate3DTestFixture Class |
Namespace: Demo3D.TestRunner
public class Emulate3DTestFixture : IDisposable
The Emulate3DTestFixture type exposes the following members.
| Name | Description | |
|---|---|---|
| Emulate3DTestFixture |
Default constructor for Emulate3DTestFixture.
|
| Name | Description | |
|---|---|---|
| App |
Reference to the application.
| |
| AssertResultLogger |
Log assert results to a file.
| |
| Document |
Reference to the currently loaded Document in the application.
| |
| KpiRecorder |
KPI Recorder.
|
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the Emulate3DTestFixture | |
| 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.
|