Share via


BrokeredServiceContractTestBase<TInterface,TServiceMock>.DefaultTestsEnabled Property

Definition

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.

Applies to