REPO-2774: refactor and clean up the comments and names of the methods

This commit is contained in:
Andrei Rebegea
2017-08-07 15:53:24 +03:00
parent 4a74ae93b6
commit 42b4939192
3 changed files with 450 additions and 731 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -34,7 +34,7 @@ public class AppContextExtra01TestSuite extends TestSuite
{
TestSuite suite = new TestSuite();
AllRepositoryTestsCatalogue.applicationContext_globalIntegrationTestContext(suite);
AllRepositoryTestsCatalogue.applicationContext_Combinations1(suite);
AllRepositoryTestsCatalogue.applicationContext_extra(suite);
return suite;
}
}

View File

@@ -35,7 +35,7 @@ public class AppContextExtra02TestSuite extends TestSuite
TestSuite suite = new TestSuite();
// any other order may lead to failing tests
AllRepositoryTestsCatalogue.virtualizationTestContext_applicationContext(suite);
AllRepositoryTestsCatalogue.applicationContext_virtualizationTestContext(suite);
AllRepositoryTestsCatalogue.applicationContext_testSubscriptionsContext(suite);
AllRepositoryTestsCatalogue.applicationContext_openCmisContext(suite);
// TODO Uncomment the following 2 lines after REPO-2790 is implemented