org.tap4j
Class TestProduceConsume
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestProduceConsume
public TestProduceConsume()
setUp
public void setUp()
testTapProducer
public void testTapProducer()
testConsumer
public void testConsumer()
testWithBailOut
public void testWithBailOut()
Copyright © 2010-2012 TupiLabs. All Rights Reserved.