org.tap4j.representer
Interface Representer

Package class diagram package Representer
All Known Implementing Classes:
Tap13Representer, TapJunitRepresenter

public interface Representer

Responsible for knowing how to represent a TestSet as String.

Since:
1.0

Method Summary
 String representData(TestSet testSet)
          Get Test Set as text.
 

Method Detail

representData

String representData(TestSet testSet)
Get Test Set as text.

Parameters:
testSet - TestSet
Returns:
TestSet represented as String
Throws:
RepresenterException


Copyright © 2010-2012 TupiLabs. All Rights Reserved.