Splat.Common.Test namespace¶
Part of the Splat.Common.Test package.
| Type | Kind | Summary |
|---|---|---|
| AppBuilderScope | class | A scope that saves and restores the AppBuilder state for test isolation. Use in a using statement to ensure proper cleanup. |
| AppLocatorScope | class | A scope that saves and restores the AppLocator state for test isolation. Use in a using statement to ensure proper cleanup. |
| BitmapLoaderScope | class | A scope that saves and restores the BitmapLoader state for test isolation. Use in a using statement to ensure proper cleanup. |
| IScreen | interface | Represents a screen. |
| IViewFor | interface | Represents a view bound to a view model. |
| IViewFor | interface | Represents a view bound to a view model. |
| IViewModelOne | interface | Interface for ViewModelOne. |
| MockScreen | class | An [IScreen](# implementation. |
| ModeDetectorScope | class | A scope that saves and restores the ModeDetector state for test isolation. Use in a using statement to ensure proper cleanup. |
| PlatformModeDetectorScope | class | A scope that saves and restores the PlatformModeDetector state for test isolation. Use in a using statement to ensure proper cleanup. |
| ViewModelOne | class | View Model One. |
| ViewModelTwo | class | View Model Two. |
| ViewOne | class | View One. |
| ViewThatShouldNotLoad | class | This is a test view relating to issue [#889](https://github.com/reactiveui/ReactiveUI/issues/889). It's intended to ensure that view registration by different DI\IoC implementations does not create an instance at the point of registration. |
| ViewTwo | class | View Two. |