org.tap4j.model
Class TestTAPTestResult

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

public class TestTAPTestResult
extends Object

Tests Test Results and Directives/Status.

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

Field Summary
protected  TestResult notOkTestResult
           
protected  TestResult okTestResult
           
protected  TestResult okTestResultSkip
           
 
Constructor Summary
TestTAPTestResult()
           
 
Method Summary
 void setUp()
           
 void testCommentText()
           
 void testInlineComment()
           
 void testNotOkTestResult()
           
 void testOkTestResult()
           
 void testOkTestResultSkip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

okTestResult

protected TestResult okTestResult

notOkTestResult

protected TestResult notOkTestResult

okTestResultSkip

protected TestResult okTestResultSkip
Constructor Detail

TestTAPTestResult

public TestTAPTestResult()
Method Detail

setUp

public void setUp()

testOkTestResult

public void testOkTestResult()

testNotOkTestResult

public void testNotOkTestResult()

testOkTestResultSkip

public void testOkTestResultSkip()

testInlineComment

public void testInlineComment()

testCommentText

public void testCommentText()


Copyright © 2010-2012 TupiLabs. All Rights Reserved.