C# 클래스 Deveel.Data.DropRoleTests

파일 보기 프로젝트 열기: deveel/deveeldb

보호된 메소드들

메소드 설명
OnBeforeTearDown ( string testName ) : void
OnSetUp ( string testName, IQuery query ) : bool
OnTearDown ( string testName, IQuery query ) : bool

비공개 메소드들

메소드 설명
ExistingRole ( ) : void
NotExistingRole ( ) : void
SystemRole ( ) : void

메소드 상세

OnBeforeTearDown() 보호된 메소드

protected OnBeforeTearDown ( string testName ) : void
testName string
리턴 void

OnSetUp() 보호된 메소드

protected OnSetUp ( string testName, IQuery query ) : bool
testName string
query IQuery
리턴 bool

OnTearDown() 보호된 메소드

protected OnTearDown ( string testName, IQuery query ) : bool
testName string
query IQuery
리턴 bool