org.geebis.books.model.account
Class AccountTest

java.lang.Object
  extended by org.geebis.books.model.account.AccountTest

public class AccountTest
extends java.lang.Object


Constructor Summary
AccountTest()
           
 
Method Summary
 void setUp()
           
 void testAddAccountToSelf()
           
 void testAddSubAccount()
           
 void testRemoveSubAccount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountTest

public AccountTest()
Method Detail

setUp

public void setUp()

testAddSubAccount

public void testAddSubAccount()
                       throws IncompatibleAccountException
Throws:
IncompatibleAccountException

testAddAccountToSelf

public void testAddAccountToSelf()
                          throws IncompatibleAccountException
Throws:
IncompatibleAccountException

testRemoveSubAccount

public void testRemoveSubAccount()
                          throws IncompatibleAccountException
Throws:
IncompatibleAccountException