org.tap4j.plugin.model
Class ParseErrorTestSetMap
java.lang.Object
org.tap4j.plugin.model.TestSetMap
org.tap4j.plugin.model.ParseErrorTestSetMap
- All Implemented Interfaces:
- Serializable
public class ParseErrorTestSetMap
- extends TestSetMap
A test set map that failed to parse.
- Since:
- 1.2.8
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParseErrorTestSetMap
public ParseErrorTestSetMap(String fileName,
Throwable cause)
- Parameters:
fileName - testSet -
getCause
public Throwable getCause()
- Returns:
- the cause
Copyright © 2011-2013 Jenkins. All Rights Reserved.