|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Inheritance diagram for ilTermsOfServiceDataGatewayFactoryTest:
Collaboration diagram for ilTermsOfServiceDataGatewayFactoryTest:Public Member Functions | |
| setUp () | |
| testInstanceCanBeCreated () | |
| testExceptionIsRaisedWhenWhenGatewayIsRequestedWithMissingDependencies () | |
| @expectedException ilTermsOfServiceMissingDatabaseAdapterException More... | |
| testExceptionIsRaisedWhenUnknowDataGatewayIsRequested () | |
| @expectedException InvalidArgumentException More... | |
| testAcceptanceDatabaseGatewayIsReturnedWhenRequestedByName () | |
| testFactoryShouldReturnDatabaseAdapterWhenDatabaseAdapterIsSet () | |
Protected Attributes | |
| $backupGlobals = false | |
Additional Inherited Members | |
Protected Member Functions inherited from ilTermsOfServiceBaseTest | |
| assertException ($exception_class) | |
Definition at line 11 of file ilTermsOfServiceDataGatewayFactoryTest.php.
| ilTermsOfServiceDataGatewayFactoryTest::setUp | ( | ) |
Definition at line 21 of file ilTermsOfServiceDataGatewayFactoryTest.php.
| ilTermsOfServiceDataGatewayFactoryTest::testAcceptanceDatabaseGatewayIsReturnedWhenRequestedByName | ( | ) |
Definition at line 59 of file ilTermsOfServiceDataGatewayFactoryTest.php.
References $factory.
| ilTermsOfServiceDataGatewayFactoryTest::testExceptionIsRaisedWhenUnknowDataGatewayIsRequested | ( | ) |
@expectedException InvalidArgumentException
Definition at line 48 of file ilTermsOfServiceDataGatewayFactoryTest.php.
References $factory, and ilTermsOfServiceBaseTest\assertException().
Here is the call graph for this function:| ilTermsOfServiceDataGatewayFactoryTest::testExceptionIsRaisedWhenWhenGatewayIsRequestedWithMissingDependencies | ( | ) |
@expectedException ilTermsOfServiceMissingDatabaseAdapterException
Definition at line 38 of file ilTermsOfServiceDataGatewayFactoryTest.php.
References $factory, and ilTermsOfServiceBaseTest\assertException().
Here is the call graph for this function:| ilTermsOfServiceDataGatewayFactoryTest::testFactoryShouldReturnDatabaseAdapterWhenDatabaseAdapterIsSet | ( | ) |
Definition at line 69 of file ilTermsOfServiceDataGatewayFactoryTest.php.
References $factory.
| ilTermsOfServiceDataGatewayFactoryTest::testInstanceCanBeCreated | ( | ) |
Definition at line 29 of file ilTermsOfServiceDataGatewayFactoryTest.php.
References $factory.
|
protected |
Definition at line 16 of file ilTermsOfServiceDataGatewayFactoryTest.php.