C# Class Deveel.Data.GrantTests

Inheritance: ContextBasedTest
Mostrar archivo Open project: deveel/deveeldb

Protected Methods

Method Description
OnSetUp ( string testName, IQuery query ) : bool
OnTearDown ( string testName, IQuery query ) : bool

Private Methods

Method Description
CreateTestRole ( IQuery query ) : void
CreateTestTable ( IQuery query ) : void
CreateTestUser ( IQuery query ) : void
GrantCreateToRoleOnSchema ( ) : void
GrantCreateToUserOnSchema ( ) : void
GrantRoleToUser ( ) : void
GrantSelectToUserOnTable ( ) : void

Method Details

OnSetUp() protected method

protected OnSetUp ( string testName, IQuery query ) : bool
testName string
query IQuery
return bool

OnTearDown() protected method

protected OnTearDown ( string testName, IQuery query ) : bool
testName string
query IQuery
return bool