org.xwiki.rendering.test.cts
Class TestDataConfiguration

java.lang.Object
  extended by org.xwiki.rendering.test.cts.TestDataConfiguration

public class TestDataConfiguration
extends Object

Contains Test configuration data (whether to run transformations or not, list of tests to ignore, etc).

Since:
4.1M1
Version:
$Id: ffee84839866704a8addc7eec4fa0009002527f1 $

Field Summary
 List<String> failingTests
          List of tests that are excluded because they're currently failing (they need to be fixed ASAP), using regexes (eg .*&#47;bold1\\(IN\\).*).
 String fileExtension
          The extension of the test files.
 String inheritSyntax
          The Syntax to inherit from if any.
 List<String> notApplicableTests
          List of tests that are not applicable, using regexes (eg .*&#47;bold1\\(IN\\).*).
 Properties testDescriptions
          List of test descriptions.
 
Constructor Summary
TestDataConfiguration()
           
 
Method Summary
 boolean equals(Object object)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

notApplicableTests

public List<String> notApplicableTests
List of tests that are not applicable, using regexes (eg .*&#47;bold1\\(IN\\).*).


failingTests

public List<String> failingTests
List of tests that are excluded because they're currently failing (they need to be fixed ASAP), using regexes (eg .*&#47;bold1\\(IN\\).*).


testDescriptions

public Properties testDescriptions
List of test descriptions.


inheritSyntax

public String inheritSyntax
The Syntax to inherit from if any. If an inherited syntax is specified then if a test doesn't exist for the current Syntax the test runner will look for that test in the inherited syntax.


fileExtension

public String fileExtension
The extension of the test files.

Constructor Detail

TestDataConfiguration

public TestDataConfiguration()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object object)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004–2014 XWiki. All rights reserved.