|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.rendering.test.cts.TestDataConfiguration
public class TestDataConfiguration
Contains Test configuration data (whether to run transformations or not, list of tests to ignore, etc).
| 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 .*/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 .*/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 |
|---|
public List<String> notApplicableTests
.*/bold1\\(IN\\).*).
public List<String> failingTests
.*/bold1\\(IN\\).*).
public Properties testDescriptions
public String inheritSyntax
public String fileExtension
| Constructor Detail |
|---|
public TestDataConfiguration()
| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean equals(Object object)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||