Uses of Interface
br.eti.kinoshita.tap4j.model.TapResult

Packages that use TapResult
br.eti.kinoshita.tap4j.consumer   
br.eti.kinoshita.tap4j.model   
br.eti.kinoshita.tap4j.producer   
 

Uses of TapResult in br.eti.kinoshita.tap4j.consumer
 

Fields in br.eti.kinoshita.tap4j.consumer with type parameters of type TapResult
protected  List<TapResult> AbstractTapConsumer.tapLines
          List of TAP Lines (test results, bail outs and comments).
 

Methods in br.eti.kinoshita.tap4j.consumer that return types with arguments of type TapResult
 List<TapResult> AbstractTapConsumer.getTapLines()
           
 List<TapResult> TapConsumer.getTapLines()
           
 

Uses of TapResult in br.eti.kinoshita.tap4j.model
 

Classes in br.eti.kinoshita.tap4j.model that implement TapResult
 class BailOut
          Represents a Bail Out TAP Line.
 class Comment
          A TAP Comment.
 class TestResult
           
 class Text
          An ordinary text.
 

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

Methods in br.eti.kinoshita.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 br.eti.kinoshita.tap4j.producer
 

Fields in br.eti.kinoshita.tap4j.producer with type parameters of type TapResult
protected  List<TapResult> AbstractTapProducer.tapLines
          List of Tap Lines.
 

Methods in br.eti.kinoshita.tap4j.producer that return types with arguments of type TapResult
 List<TapResult> AbstractTapProducer.getTapLines()
           
 List<TapResult> TapProducer.getTapLines()
           
 



Copyright © 2010. All Rights Reserved.