it.biobytes.ammentos.test
Class AmmentosTestSuite

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by it.biobytes.ammentos.test.AmmentosTestSuite
All Implemented Interfaces:
junit.framework.Test

public class AmmentosTestSuite
extends junit.framework.TestCase

Author:
davide

Constructor Summary
AmmentosTestSuite()
           
 
Method Summary
protected  void setUp()
           
static junit.framework.Test suite()
          suite method automatically generated by JUnit module
protected  void tearDown()
           
 void testConcurrency()
           
 void testInheritance()
           
static void testNormalPersistence()
           
 void testQueries()
           
 void testRelation()
           
 void testTransactions()
           
 void testUpdatableLists()
           
 void testValidation()
           
 
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

AmmentosTestSuite

public AmmentosTestSuite()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception

suite

public static junit.framework.Test suite()
suite method automatically generated by JUnit module


testNormalPersistence

public static void testNormalPersistence()

testInheritance

public void testInheritance()

testTransactions

public void testTransactions()

testConcurrency

public void testConcurrency()

testValidation

public void testValidation()

testRelation

public void testRelation()

testQueries

public void testQueries()

testUpdatableLists

public void testUpdatableLists()