Skip to content

Splat.Common.Test namespace

Part of the Splat.Common.Test package.

TypeKindSummary
AppBuilderScopeclassA scope that saves and restores the AppBuilder state for test isolation. Use in a using statement to ensure proper cleanup.
AppLocatorScopeclassA scope that saves and restores the AppLocator state for test isolation. Use in a using statement to ensure proper cleanup.
BitmapLoaderScopeclassA scope that saves and restores the BitmapLoader state for test isolation. Use in a using statement to ensure proper cleanup.
IScreeninterfaceRepresents a screen.
IViewForinterfaceRepresents a view bound to a view model.
IViewForinterfaceRepresents a view bound to a view model.
IViewModelOneinterfaceInterface for ViewModelOne.
MockScreenclassAn [IScreen](# implementation.
ModeDetectorScopeclassA scope that saves and restores the ModeDetector state for test isolation. Use in a using statement to ensure proper cleanup.
PlatformModeDetectorScopeclassA scope that saves and restores the PlatformModeDetector state for test isolation. Use in a using statement to ensure proper cleanup.
ViewModelOneclassView Model One.
ViewModelTwoclassView Model Two.
ViewOneclassView One.
ViewThatShouldNotLoadclassThis 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.
ViewTwoclassView Two.