org.tap4j.plugin.model
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
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
- See Also:
- Serialized Form
|
Constructor Summary |
TestSetMap(String fileName,
org.tap4j.model.TestSet testSet)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestSetMap
public TestSetMap(String fileName,
org.tap4j.model.TestSet testSet)
getFileName
public String getFileName()
getTestSet
public org.tap4j.model.TestSet getTestSet()
Copyright © 2011-2013 Jenkins. All Rights Reserved.