Inheritance Hierarchy
DeltaEngine.Platforms TestWithMocksOrVisually
FractalZoomer.Tests ZoomerTests
Namespace: FractalZoomer.Tests
Assembly: FractalZoomer.Tests (in FractalZoomer.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The ZoomerTests type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ZoomerTests | Initializes a new instance of the ZoomerTests class |
Methods
Name | Description | |
---|---|---|
![]() | AdvanceTimeAndUpdateEntities | (Inherited from TestWithMocksOrVisually.) |
![]() | InitializeResolver | (Inherited from TestWithMocksOrVisually.) |
![]() | RegisterMock T | (Inherited from TestWithMocksOrVisually.) |
![]() | Resolve T | (Inherited from TestWithMocksOrVisually.) |
![]() | RunAfterFirstFrame | (Inherited from TestWithMocksOrVisually.) |
![]() | RunTestAndDisposeResolverWhenDone | (Inherited from TestWithMocksOrVisually.) |
![]() | ShowInitialZoomer |
Properties
Name | Description | |
---|---|---|
![]() | IsMockResolver | (Inherited from TestWithMocksOrVisually.) |
Examples
[Test] public void ShowInitialZoomer() { new Zoomer(Resolve<Window>()); }
See Also