Interface IModeDetector
- Namespace
- Splat
- Assembly
- Splat.dll
Detects if unit tests or design mode are currently running for the current application or library.
- Extension Methods
Methods
InUnitTestRunner()
Gets a value indicating whether the current library or application is running through a unit test.
Returns
- bool?
If we are currently running in a unit test.