Uses of Class
org.xwiki.rendering.test.cts.TestDataConfiguration
-
Packages that use TestDataConfiguration Package Description org.xwiki.rendering.test.cts -
-
Uses of TestDataConfiguration in org.xwiki.rendering.test.cts
Fields in org.xwiki.rendering.test.cts declared as TestDataConfiguration Modifier and Type Field Description TestDataConfiguration
TestData. configuration
Configuration data for the test.Methods in org.xwiki.rendering.test.cts that return TestDataConfiguration Modifier and Type Method Description TestDataConfiguration
TestDataParser. parseTestConfiguration(String syntaxDirectory, String ctsRootPackageName, ClassLoader classLoader)
Parse Test configuration by looking for aconfig.properties
file in the Syntax directory.Methods in org.xwiki.rendering.test.cts with parameters of type TestDataConfiguration Modifier and Type Method Description List<TestData>
TestDataParser. parseSingleTestData(String syntaxDirectory, String ctsRootPackageName, String relativeDirectoryName, TestDataConfiguration configuration, ClassLoader classLoader)
Parse data for single test.
-