org.tap4j.representer
Class TapJunitRepresenter
java.lang.Object
org.tap4j.representer.TapJunitRepresenter
- All Implemented Interfaces:
- Representer
public class TapJunitRepresenter
- extends Object
- implements Representer
TAP JUnit representer. Outputs Junit XML.
- Since:
- 3.1
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TapJunitRepresenter
public TapJunitRepresenter(String name)
representData
public String representData(TestSet testSet)
- Description copied from interface:
Representer
- Get Test Set as text.
- Specified by:
representData
in interface Representer
- Parameters:
testSet
- TestSet
- Returns:
- TestSet represented as String
Copyright © 2010-2012 TupiLabs. All Rights Reserved.