public class ErrorRevealed extends java.lang.Object implements IMessage
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
description
A description of the error.
|
java.util.List<java.lang.String> |
failingClassNames
The classes whose tests failed.
|
java.nio.file.Path |
junitFile
The file for the JUnit test.
|
private static long |
serialVersionUID |
java.lang.String |
testCode
The Java code.
|
| Constructor and Description |
|---|
ErrorRevealed(java.lang.String testCode,
java.lang.String description,
java.util.List<java.lang.String> failingClassNames,
java.nio.file.Path junitFile) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getFailingClassNames() |
java.lang.String |
toString() |
public final java.lang.String testCode
public final java.lang.String description
public final java.nio.file.Path junitFile
public final java.util.List<java.lang.String> failingClassNames
private static final long serialVersionUID