ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilTermsOfServiceTestSuite Class Reference
+ Inheritance diagram for ilTermsOfServiceTestSuite:
+ Collaboration diagram for ilTermsOfServiceTestSuite:

Static Public Member Functions

static suite ()

Detailed Description

Author
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

Definition at line 11 of file ilTermsOfServiceTestSuite.php.

Member Function Documentation

static ilTermsOfServiceTestSuite::suite ( )
static
Returns
ilTermsOfServiceTestSuite

Definition at line 16 of file ilTermsOfServiceTestSuite.php.

References $suite.

{
$suite = new self();
require_once 'Services/TermsOfService/test/factories/ilTermsOfServiceEntityFactoryTest.php';
$suite->addTestSuite('ilTermsOfServiceEntityFactoryTest');
require_once 'Services/TermsOfService/test/factories/ilTermsOfServiceDataGatewayFactoryTest.php';
$suite->addTestSuite('ilTermsOfServiceDataGatewayFactoryTest');
require_once 'Services/TermsOfService/test/factories/ilTermsOfServiceTableDataProviderFactoryTest.php';
$suite->addTestSuite('ilTermsOfServiceTableDataProviderFactoryTest');
require_once 'Services/TermsOfService/test/provider/ilTermsOfServiceAgreementsByLanguageTableDataProviderTest.php';
$suite->addTestSuite('ilTermsOfServiceAgreementsByLanguageTableDataProviderTest');
require_once 'Services/TermsOfService/test/provider/ilTermsOfServiceAcceptanceHistoryProviderTest.php';
$suite->addTestSuite('ilTermsOfServiceAcceptanceHistoryProviderTest');
require_once 'Services/TermsOfService/test/entities/ilTermsOfServiceAcceptanceEntityTest.php';
$suite->addTestSuite('ilTermsOfServiceAcceptanceEntityTest');
require_once 'Services/TermsOfService/test/gateways/ilTermsOfServiceAcceptanceDatabaseGatewayTest.php';
$suite->addTestSuite('ilTermsOfServiceAcceptanceDatabaseGatewayTest');
require_once 'Services/TermsOfService/test/documents/ilTermsOfServiceFileSystemDocumentTest.php';
$suite->addTestSuite('ilTermsOfServiceFileSystemDocumentTest');
return $suite;
}

The documentation for this class was generated from the following file: