org.tap4j.producer
Class TestPerlIntegration

Package class diagram package TestPerlIntegration
java.lang.Object
  extended by org.tap4j.producer.TestPerlIntegration

public class TestPerlIntegration
extends Object

This class uses the awesome script created by Patrick LeBoutillier to test TAP Streams generated with tap4j using Perl Test::Harness. This test is an integration test, so by default it's disabled. In order to run this test, execute mvn test -DintegrationTests=true.

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

Field Summary
protected  Producer tapProducer
           
 
Constructor Summary
TestPerlIntegration()
           
 
Method Summary
 void testFailedTests()
           
 void testPannedPassedFailedTodoedSkipped()
           
 void testPassedTests()
           
 void testPlannedTests()
           
 void testSkippedTestes()
           
 void testTodoedTests()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tapProducer

@Inject
protected Producer tapProducer
Constructor Detail

TestPerlIntegration

public TestPerlIntegration()
Method Detail

testPlannedTests

public void testPlannedTests()

testPassedTests

public void testPassedTests()

testFailedTests

public void testFailedTests()

testTodoedTests

public void testTodoedTests()

testSkippedTestes

public void testSkippedTestes()

testPannedPassedFailedTodoedSkipped

public void testPannedPassedFailedTodoedSkipped()


Copyright © 2010-2012 TupiLabs. All Rights Reserved.