PHP Class ImboUnitTest\Auth\AccessControl\Adapter\MongoDBTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: imbo/imbo

Public Methods

Method Description
setUp ( ) Set up
tearDown ( ) Tear down
testThrowsExceptionWhenNotAbleToGetAclCollection ( )
testThrowsExceptionWhenNotAbleToGetAclGroupCollection ( )
testThrowsExceptionWhenNotAbleToGetMongoClient ( )
testThrowsExceptionWhenUnableToAddAccessRule ( )
testThrowsExceptionWhenUnableToAddKeyPair ( )
testThrowsExceptionWhenUnableToAddResourceGroup ( )
testThrowsExceptionWhenUnableToDeleteAccessRule ( )
testThrowsExceptionWhenUnableToDeleteKeyPair ( )
testThrowsExceptionWhenUnableToDeleteResourceGroup ( )
testThrowsExceptionWhenUnableToRemoveAclFromGroup ( )
testThrowsExceptionWhenUnableToUpdatePrivateKey ( )
testThrowsExceptionWhenUnableToUpdateResourceGroup ( )

Method Details

setUp() public method

Set up
public setUp ( )

tearDown() public method

Tear down
public tearDown ( )

testThrowsExceptionWhenNotAbleToGetAclCollection() public method

testThrowsExceptionWhenNotAbleToGetAclGroupCollection() public method

testThrowsExceptionWhenNotAbleToGetMongoClient() public method

testThrowsExceptionWhenUnableToAddAccessRule() public method

testThrowsExceptionWhenUnableToAddKeyPair() public method

testThrowsExceptionWhenUnableToAddResourceGroup() public method

testThrowsExceptionWhenUnableToDeleteAccessRule() public method

testThrowsExceptionWhenUnableToDeleteKeyPair() public method

testThrowsExceptionWhenUnableToDeleteResourceGroup() public method

testThrowsExceptionWhenUnableToRemoveAclFromGroup() public method

testThrowsExceptionWhenUnableToUpdatePrivateKey() public method

testThrowsExceptionWhenUnableToUpdateResourceGroup() public method