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
See Also:
  • Constructor Details

    • ParseErrorTestSetMap

      public ParseErrorTestSetMap(String fileName, Throwable cause)
      Parameters:
      fileName - TAP file name
      cause - Throwable that caused the TAP parse error
  • Method Details

    • getCause

      public Throwable getCause()
      Returns:
      the cause