67686970717273
addTestCase(suite, XWikiClassesTest.class); addTestCase(suite, XWikiObjectsTest.class); addTestCase(suite, SearchTest.class); addTestCase(suite, RenderingTest.class); return new XWikiTestSetup(suite); }
66676869707172
addTestCase(suite, RegularUserTest.class); addTestCase(suite, ImportTest.class); addTestCase(suite, EmbedTest.class); addTestCase(suite, EditInlineTest.class); return new XWikiSeleniumTestSetup(new XWikiTestSetup(new WysiwygTestSetup(suite))); }
// TODO: fix the commented test so that they succeed on our CI server. // Note that the test has been tested and works well on several computers. // addTestCase(suite, XWikiJavaScriptComponentsTest.class); return new XWikiSeleniumTestSetup(new XWikiTestSetup(suite)); }
64656667686970
XWikiValidator xwikiValidator = new XWikiValidator(); addTest(suite, DefaultValidationTest.suite(DefaultValidationTest.class, xwikiValidator), DefaultValidationTest.class); return new XWikiTestSetup(suite); }
40414243444546
{ TestSuite suite = new TestSuite(); addTestCase(suite, DefaultWebDAVTest.class); addTestCase(suite, RootViewTest.class); addTestCase(suite, TempFileTest.class); return new XWikiTestSetup(suite); }
46474849505152
// (there are complex solutions like searching for all tests by parsing the source tree). // I think there are TestSuite that do this out there but I haven't looked for them yet. addTestCase(suite, PDFTest.class); addTestCase(suite, HTMLExportTest.class); return new XWikiTestSetup(suite); }
65666768697071
47484950515253
// I think there are TestSuite that do this out there but I haven't looked for them yet. addTestCase(suite, PDFTest.class); addTestCase(suite, HTMLExportTest.class); addTestCase(suite, SuggestTest.class); return new XWikiTestSetup(suite); }