org.tap4j.representer
Class TapJunitRepresenter

Package class diagram package TapJunitRepresenter
java.lang.Object
  extended by org.tap4j.representer.TapJunitRepresenter
All Implemented Interfaces:
Representer

public class TapJunitRepresenter
extends Object
implements Representer

TAP JUnit representer. Outputs Junit XML.

Since:
3.1

Constructor Summary
TapJunitRepresenter(String name)
           
 
Method Summary
 String representData(TestSet testSet)
          Get Test Set as text.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TapJunitRepresenter

public TapJunitRepresenter(String name)
Method Detail

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.