wodka.test
Class PersistanceTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bywodka.test.PersistanceTest
All Implemented Interfaces:
junit.framework.Test

public class PersistanceTest
extends junit.framework.TestCase

Testcases for the persistance.


Constructor Summary
PersistanceTest(java.lang.String str)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testFillCollectionFromStream()
           
 void testStreamAssemblerAddMass()
           
 void testStreamAssemblerAddMuscle()
           
 void testStreamAssemblerProgram()
           
 void testStreamAssemblerProgramGlobals()
           
 void testStreamConfigurable()
           
 void testStreamIndividual()
           
 void testStreamTurtleProgram()
           
 void testString()
           
 
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
 

Constructor Detail

PersistanceTest

public PersistanceTest(java.lang.String str)
Method Detail

testStreamAssemblerAddMass

public void testStreamAssemblerAddMass()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testStreamAssemblerAddMuscle

public void testStreamAssemblerAddMuscle()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testStreamConfigurable

public void testStreamConfigurable()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testStreamAssemblerProgram

public void testStreamAssemblerProgram()
                                throws java.lang.Exception
Throws:
java.lang.Exception

testStreamAssemblerProgramGlobals

public void testStreamAssemblerProgramGlobals()
                                       throws java.lang.Exception
Throws:
java.lang.Exception

testStreamTurtleProgram

public void testStreamTurtleProgram()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testStreamIndividual

public void testStreamIndividual()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testFillCollectionFromStream

public void testFillCollectionFromStream()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testString

public void testString()
                throws java.io.IOException
Throws:
java.io.IOException

main

public static void main(java.lang.String[] args)