| UnitTestAwareFactoryResolverBaseIsUnitTest Property |
Gets a value that indicates if the code is running in a unit test.
Namespace:
Cauldron.Activator
Assembly:
Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.2
Syntax protected bool IsUnitTest { get; }
Protected ReadOnly Property IsUnitTest As Boolean
Get
protected:
property bool IsUnitTest {
bool get ();
}
Property Value
Type:
Boolean[Missing <value> documentation for "P:Cauldron.Activator.UnitTestAwareFactoryResolverBase.IsUnitTest"]
See Also