org.tap4j.model
Class TapResult

Package class diagram package TapResult
java.lang.Object
  extended by org.tap4j.model.AbstractTapElementDiagnostic
      extended by org.tap4j.model.TapResult
All Implemented Interfaces:
Serializable, TapElement
Direct Known Subclasses:
BailOut, Comment, TestResult, Text

public abstract class TapResult
extends AbstractTapElementDiagnostic

A TAP Line. A TAP line represents a TestResult or a BailOut.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
TapResult()
           
 
Method Summary
 
Methods inherited from class org.tap4j.model.AbstractTapElementDiagnostic
getDiagnostic, setDiagnostic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TapResult

public TapResult()


Copyright © 2010-2012 TupiLabs. All Rights Reserved.