TestCondition.Enabled 속성
테스트 조건을 사용하는지 여부를 나타내는 값을 가져오거나 설정합니다.
네임스페이스: Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions
어셈블리: Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll의 Microsoft.Data.Tools.Schema.Sql.UnitTesting
구문
public bool Enabled { get; set; }
public:
property bool Enabled {
bool get();
void set(bool value);
}
member Enabled : bool with get, set
Public Property Enabled As Boolean
속성 값
Type: System.Boolean
설명
기본값은 true입니다.모든 테스트 조건은 SqlDatabaseTestAction에 추가될 때 기본적으로 사용할 수 있게 설정됩니다.조건을 사용할 수 있는 경우 이 조건은 SqlDatabaseTestAction의 성공을 확인하는 데 사용됩니다.이 속성을 false로 설정하면 테스트 실행 중에 이 테스트 조건을 확인할 수 없습니다.
참고 항목
TestCondition 클래스
Microsoft.Data.Tools.Schema.Sql.UnitTesting.Conditions 네임스페이스
맨 위로 이동