Package org.sonar.sslr.tests
Class ParsingResultComparisonFailure
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- java.lang.AssertionError
-
- org.junit.ComparisonFailure
-
- org.sonar.sslr.tests.ParsingResultComparisonFailure
-
- All Implemented Interfaces:
Serializable
public class ParsingResultComparisonFailure extends org.junit.ComparisonFailureThis class is not intended to be instantiated or subclassed by clients.
- Since:
- 1.16
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParsingResultComparisonFailure(String expected, String actual)ParsingResultComparisonFailure(String message, String expected, String actual)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classorg.junit.ComparisonFailure
-
-