BrokeredServiceContractTestBase<TInterface,TServiceMock>.DefaultTestsEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether convention tests defined on the BrokeredServiceContractTestBase<TInterface,TServiceMock> base class should run as part of the derived test class.
protected bool DefaultTestsEnabled { get; set; }
member this.DefaultTestsEnabled : bool with get, set
Protected Property DefaultTestsEnabled As Boolean
Property Value
The default value is true
.
Remarks
Derived test classes that want to disable default tests should set this property to false
in their constructor.