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: b7274de59d9732f7ea2416213f8c619c6440f96d $

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-2013 XWiki. All Rights Reserved.