The Meta-Environment API

nl.cwi.sen1.visbase.rstorecontainer
Class RStoreParseExceptionTest

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

public class RStoreParseExceptionTest
extends junit.framework.TestCase

Used to test the RStoreParseExceptionTest code

Author:
Ricardo Lindooren, Arend van Beelen (reviewer)

Field Summary
private static java.lang.String MESSAGE
           
private static java.lang.String MESSAGE2
           
 
Constructor Summary
RStoreParseExceptionTest()
           
 
Method Summary
 void testRStoreParseException()
           
 void testRStoreParseExceptionString()
           
 void testRStoreParseExceptionStringThrowable()
           
 void testRStoreParseExceptionThrowable()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
 

Field Detail

MESSAGE

private static final java.lang.String MESSAGE
See Also:
Constant Field Values

MESSAGE2

private static final java.lang.String MESSAGE2
See Also:
Constant Field Values
Constructor Detail

RStoreParseExceptionTest

public RStoreParseExceptionTest()
Method Detail

testRStoreParseException

public void testRStoreParseException()

testRStoreParseExceptionString

public void testRStoreParseExceptionString()

testRStoreParseExceptionStringThrowable

public void testRStoreParseExceptionStringThrowable()

testRStoreParseExceptionThrowable

public void testRStoreParseExceptionThrowable()

The Meta-Environment API