Package org.tap4j.plugin.model
Class ParseErrorTestSetMap
java.lang.Object
org.tap4j.plugin.model.TestSetMap
org.tap4j.plugin.model.ParseErrorTestSetMap
- All Implemented Interfaces:
Serializable
A test set map that failed to parse.
- Since:
- 1.2.8
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.tap4j.plugin.model.TestSetMap
getFileName, getTestSet
-
Constructor Details
-
ParseErrorTestSetMap
- Parameters:
fileName
- TAP file namecause
-Throwable
that caused the TAP parse error
-
-
Method Details
-
getCause
- Returns:
- the cause
-