org.tap4j
Class TestProduceConsume

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

public class TestProduceConsume
extends Object

Test where the producer outputs a tap file and then a consumer reads it and checks if the values are correct. For example, you create a test with a Test Result with a String there. Then you use the consumer to read the tap file created and check if the consumer can read the String. Voila.

Since:
1.0
Author:
Bruno P. Kinoshita - http://www.kinoshita.eti.br, Cesar Fernandes de Almeida

Constructor Summary
TestProduceConsume()
           
 
Method Summary
 void setUp()
           
 void testConsumer()
           
 void testTapProducer()
           
 void testWithBailOut()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestProduceConsume

public TestProduceConsume()
Method Detail

setUp

public void setUp()

testTapProducer

public void testTapProducer()

testConsumer

public void testConsumer()

testWithBailOut

public void testWithBailOut()


Copyright © 2010-2012 TupiLabs. All Rights Reserved.