Class TestSetMap

java.lang.Object
org.tap4j.plugin.model.TestSetMap
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParseErrorTestSetMap

public class TestSetMap extends Object implements Serializable
A map for TestSet with the file name, as there is no file name in the original TestSet class.
Since:
1.0
See Also:
  • Constructor Details

    • TestSetMap

      public TestSetMap(String fileName, org.tap4j.model.TestSet testSet)
  • Method Details

    • getFileName

      public String getFileName()
    • getTestSet

      public org.tap4j.model.TestSet getTestSet()