IApplication IsUnitTest Property NFX Class Library

[This is preliminary documentation and is subject to change.]

True if app is launched as a unit test as set by the app config "unit-test=true" The general use of this flag is discouraged as code cnstructs should not form special cases just for unit testing, however in some cases this flag is usefull. It is not exposed via App. static accessors

Namespace: NFX.ApplicationModel
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

bool IsUnitTest { get; }

Property Value

Type: OnlineBoolean
See Also