org.tap4j.plugin.model
Class TestSetMap

java.lang.Object
  extended by 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)
           
 
Method Summary
 String getFileName()
           
 org.tap4j.model.TestSet getTestSet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSetMap

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

getFileName

public String getFileName()

getTestSet

public org.tap4j.model.TestSet getTestSet()


Copyright © 2011-2013 Jenkins. All Rights Reserved.