Uses of Class
org.tap4j.model.TapResult

Packages that use TapResult
org.tap4j.model   
org.tap4j.representer   
 

Uses of TapResult in org.tap4j.model
 

Subclasses of TapResult in org.tap4j.model
 class BailOut
          Represents a Bail Out TAP Line.
 class Comment
          A TAP Comment.
 class TestResult
          A simple test result.
 class Text
          An ordinary text.
 

Methods in org.tap4j.model that return types with arguments of type TapResult
 List<TapResult> TestSet.getTapLines()
           
 

Methods in org.tap4j.model with parameters of type TapResult
 boolean TestSet.addTapLine(TapResult tapLine)
          Adds a new TAP Line.
protected  boolean TestSet.removeTapLine(TapResult tapLine)
          Removes a TAP Line from the list.
 

Uses of TapResult in org.tap4j.representer
 

Methods in org.tap4j.representer with parameters of type TapResult
protected  void Tap13Representer.printTapLine(PrintWriter pw, TapResult tapLine)
           
 



Copyright © 2010-2012 TupiLabs. All Rights Reserved.