The Meta-Environment API

nl.cwi.sen1.visbase.rstorecontainer
Class RCITBTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by nl.cwi.sen1.tunit.TUnitTestCase
              extended by nl.cwi.sen1.visbase.rstorecontainer.RCITBTest
All Implemented Interfaces:
junit.framework.Test

public class RCITBTest
extends nl.cwi.sen1.tunit.TUnitTestCase

Unit test for testing the RStore Container Interface TB script.

Author:
Arend van Beelen

Nested Class Summary
private static class RCITBTest.RCITool
           
private static class RCITBTest.RStoreContainerTool
           
 
Field Summary
 
Fields inherited from class nl.cwi.sen1.tunit.TUnitTestCase
defaultTestToolExecutorFactory, factory, toolbus
 
Constructor Summary
RCITBTest()
           
 
Method Summary
protected  void setUp()
          Initialize the RCI process.
protected  void tearDown()
          Clean up the allocated resources at the end of the test.
 void testMessages()
          The function that contains the actual test case.
 
Methods inherited from class nl.cwi.sen1.tunit.TUnitTestCase
addComValidatorForExecutableTool, connectToolComValidator, getPort, getTopSrcDir, hasFailed, startToolbus, stopToolbus, testFailed
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RCITBTest

public RCITBTest()
Method Detail

testMessages

public void testMessages()
The function that contains the actual test case.


setUp

protected void setUp()
Initialize the RCI process.

Overrides:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
Clean up the allocated resources at the end of the test.

Overrides:
tearDown in class junit.framework.TestCase

The Meta-Environment API