Unit Test Results

Designed for use with JUnit and Ant.

Class junit.cookbook.coffee.jdbc.test.SelectCoffeeBeansTest

NameTestsErrorsFailuresTime(s)
SelectCoffeeBeansTest2200.551

Tests

NameStatusTypeTime(s)
testFindExpensiveCoffeeErrorLogin failure

java.sql.SQLException: Login failure
at com.mimer.jdbc.Connection.a(Unknown Source)
at com.mimer.jdbc.Connection.if(Unknown Source)
at com.mimer.jdbc.Connection.a(Unknown Source)
at com.mimer.jdbc.Connection.<init>(Unknown Source)
at com.mimer.jdbc.Connection.<init>(Unknown Source)
at com.mimer.jdbc.MimerDataSource.getConnection(Unknown Source)
at com.mimer.jdbc.MimerDataSource.getConnection(Unknown Source)
at junit.cookbook.coffee.jdbc.test.CoffeeShopDatabaseFixture.setUp(CoffeeShopDatabaseFixture.java:20)
at junit.cookbook.coffee.jdbc.test.SelectCoffeeBeansTest.setUp(SelectCoffeeBeansTest.java:7)
0.090
testFindAllCoffeeErrorLogin failure

java.sql.SQLException: Login failure
at com.mimer.jdbc.Connection.a(Unknown Source)
at com.mimer.jdbc.Connection.if(Unknown Source)
at com.mimer.jdbc.Connection.a(Unknown Source)
at com.mimer.jdbc.Connection.<init>(Unknown Source)
at com.mimer.jdbc.Connection.<init>(Unknown Source)
at com.mimer.jdbc.MimerDataSource.getConnection(Unknown Source)
at com.mimer.jdbc.MimerDataSource.getConnection(Unknown Source)
at junit.cookbook.coffee.jdbc.test.CoffeeShopDatabaseFixture.setUp(CoffeeShopDatabaseFixture.java:20)
at junit.cookbook.coffee.jdbc.test.SelectCoffeeBeansTest.setUp(SelectCoffeeBeansTest.java:7)
0.020
Properties »