| 
 | The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
nl.cwi.sen1.visbase.rstorecontainer.RStoreTrackerTest
public class RStoreTrackerTest
Tests the code of the RStore Tracker
| Constructor Summary | |
|---|---|
| RStoreTrackerTest(java.lang.String arg0) | |
| Method Summary | |
|---|---|
| private  nl.cwi.sen1.relationstores.types.RStore | createSimpleRStore()Creates a simple RStore. | 
| private  nl.cwi.sen1.relationstores.types.RStore | createUpdatedRStore()Creates an updated version of the simple RStore. | 
| protected  void | setUp() | 
| protected  void | tearDown() | 
|  void | testCreateIdentifierForRTuple()Tests the code that is used to generate an textual identifier for a RTuple | 
|  void | testDiffRtuples()Tests the code used to determine if two RTuples differ from eachother | 
|  void | testGetFactInfoFromRStore()Tests the code used for retrieving a FactInfoList based on the RStore in the Tracker | 
|  void | testGetRStore()Simple getter test | 
|  void | testGetRTuple()Simple getter test | 
|  void | testRegisterNewRTuple() | 
|  void | testRStoreTracker()Tests the code of the constructor | 
|  void | testUpdate()TODO | 
| 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 | 
|---|
public RStoreTrackerTest(java.lang.String arg0)
| Method Detail | 
|---|
protected void setUp()
              throws java.lang.Exception
setUp in class junit.framework.TestCasejava.lang.Exception
protected void tearDown()
                 throws java.lang.Exception
tearDown in class junit.framework.TestCasejava.lang.Exceptionpublic void testRStoreTracker()
public void testUpdate()
public void testGetRStore()
public void testGetRTuple()
public void testGetFactInfoFromRStore()
public void testDiffRtuples()
public void testRegisterNewRTuple()
public void testCreateIdentifierForRTuple()
private nl.cwi.sen1.relationstores.types.RStore createSimpleRStore()
private nl.cwi.sen1.relationstores.types.RStore createUpdatedRStore()
Using coding example from the WIKI
 (http://www.renarj.nl/metatrac/wiki/RStores)| 
 | The Meta-Environment API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||