org.tap4j.model
Class TestTestSet

Package class diagram package TestTestSet
java.lang.Object
  extended by org.tap4j.model.TestTestSet

public class TestTestSet
extends Object

Since:
1.0
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br

Field Summary
protected  BailOut bailOut
           
protected  Comment comment
           
protected  Footer footer
           
protected  Header header
           
protected  Plan plan
           
protected  TestSet testSet
           
protected  Text text
           
protected  TestResult tr1
           
 
Constructor Summary
TestTestSet()
           
 
Method Summary
 void intrusiveTests()
           
 void setUp()
           
 void testTestSet()
           
 void testTestSetWithATestResultWithNullTestNumber()
           
 void testTestSetWithOnlyTestResults()
           
 void testWithOnlyNotOkTestResults()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testSet

protected TestSet testSet

header

protected Header header

plan

protected Plan plan

footer

protected Footer footer

bailOut

protected BailOut bailOut

comment

protected Comment comment

tr1

protected TestResult tr1

text

protected Text text
Constructor Detail

TestTestSet

public TestTestSet()
Method Detail

setUp

public void setUp()

testTestSet

public void testTestSet()

intrusiveTests

public void intrusiveTests()

testTestSetWithOnlyTestResults

public void testTestSetWithOnlyTestResults()

testTestSetWithATestResultWithNullTestNumber

public void testTestSetWithATestResultWithNullTestNumber()

testWithOnlyNotOkTestResults

public void testWithOnlyNotOkTestResults()


Copyright © 2010-2012 TupiLabs. All Rights Reserved.