Class TestDataGenerator
- java.lang.Object
-
- org.xwiki.rendering.test.integration.TestDataGenerator
-
public class TestDataGenerator extends Object
Finds all test files in the current classloader, read them and return test data to represent them.- Since:
- 3.0RC1
- Version:
- $Id: 56c0e0d25844c88f81455033c024ca20c59f202b $
-
-
Constructor Summary
Constructors Constructor Description TestDataGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<Object[]>
generateData(String testPackage, String pattern)
-
-
-
Method Detail
-
generateData
public Collection<Object[]> generateData(String testPackage, String pattern)
-
-