package init; import static org.junit.Assert.*; import org.junit.Before; import org.junit.Test; import Root.Transaction; public class TransactionTest { Transaction trans; @Before public void setUp() throws Exception { } @Test public void testTransactionDoubleAccount() { //fail("Not yet implemented"); } @Test public void testTransactionDoubleStringAccount() { //fail("Not yet implemented"); } @Test public void testGetAmount() { //fail("Not yet implemented"); } @Test public void testGetSummaryLine() { //fail("Not yet implemented"); } }