ConfigurationIsAllTestsRun Property |
Test if all automatic test should be run or not.
Namespace: ArtDatabanken.DataAssembly: ArtDatabanken (in ArtDatabanken.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public static bool IsAllTestsRun { get; set; }
Public Shared Property IsAllTestsRun As Boolean
Get
Set
public:
static property bool IsAllTestsRun {
bool get ();
void set (bool value);
}
static member IsAllTestsRun : bool with get, set
Property Value
Type:
BooleanSee Also