org.keridwen.core.data.model
Class TreePersistenceTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.keridwen.core.data.model.TreePersistenceTest
All Implemented Interfaces:
junit.framework.Test

public class TreePersistenceTest
extends junit.framework.TestCase

This test class tests the basics of messaging.


Nested Class Summary
 
Nested classes/interfaces inherited from class junit.framework.TestCase
junit.framework.TestCase.WrappedException
 
Constructor Summary
TreePersistenceTest()
           
 
Method Summary
 void setUp()
          Sets up the test before execution.
 void tearDown()
          Cleans the test after execution.
 void testReadTree()
           
 void testWriteTree()
           
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreePersistenceTest

public TreePersistenceTest()
Method Detail

setUp

public final void setUp()
Sets up the test before execution.

Overrides:
setUp in class junit.framework.TestCase

tearDown

public final void tearDown()
Cleans the test after execution.

Overrides:
tearDown in class junit.framework.TestCase

testWriteTree

public final void testWriteTree()

testReadTree

public final void testReadTree()


Copyright © 2010-2013 Artenum. All Rights Reserved.