org.xwiki.rendering.test.integration
Class TestDataGenerator

java.lang.Object
  extended by 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: 017f0e5a8bd05fd47186433ce087c81356923275 $

Constructor Summary
TestDataGenerator()
           
 
Method Summary
 Collection<Object[]> generateData(String testPackage, String pattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDataGenerator

public TestDataGenerator()
Method Detail

generateData

public Collection<Object[]> generateData(String testPackage,
                                         String pattern)


Copyright © 2004–2014 XWiki. All rights reserved.