Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
200290.00%50.535
Note: failures are anticipated and checked for with assertions while errors are unanticipated.

Packages

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
NameTestsErrorsFailuresTime(s)Time StampHost
dbws.testing.attachedbinary3009.9372009-02-05T03:20:21build
dbws.testing.crud6007.7532009-02-05T03:20:49build
dbws.testing.customsql4007.2982009-02-05T03:21:11build
dbws.testing.inlinebinary1006.0812009-02-05T03:21:31build
dbws.testing.simplesp5209.5202009-02-05T03:22:12build
dbws.testing.simpletable1009.9462009-02-05T03:21:48build

Package dbws.testing.attachedbinary

NameTestsErrorsFailuresTime(s)Time StampHost
AttachedBinaryTestSuite3009.9372009-02-05T03:20:21build
Back to top

Package dbws.testing.crud

NameTestsErrorsFailuresTime(s)Time StampHost
CRUDTestSuite6007.7532009-02-05T03:20:49build
Back to top

Package dbws.testing.customsql

NameTestsErrorsFailuresTime(s)Time StampHost
CustomSQLTestSuite4007.2982009-02-05T03:21:11build
Back to top

Package dbws.testing.inlinebinary

NameTestsErrorsFailuresTime(s)Time StampHost
InlineBinaryTestSuite1006.0812009-02-05T03:21:31build
Back to top

Package dbws.testing.simplesp

NameTestsErrorsFailuresTime(s)Time StampHost
SimpleSPTestSuite5209.5202009-02-05T03:22:12build
Back to top

Package dbws.testing.simpletable

NameTestsErrorsFailuresTime(s)Time StampHost
SimpleTableTestSuite1009.9462009-02-05T03:21:48build
Back to top


TestCase AttachedBinaryTestSuite

NameStatusTypeTime(s)
findAllSuccess0.104
getAttachmentsSuccess0.002
getBLOBByIdSuccess0.102
Properties »

Back to top

TestCase CRUDTestSuite

NameStatusTypeTime(s)
test1_readOneSuccess0.078
test2_readAllSuccess0.035
test3_findByNameSuccess0.023
test4_updateSuccess0.069
test5_deleteSuccess0.027
test6_createSuccess0.020
Properties »

Back to top

TestCase CustomSQLTestSuite

NameStatusTypeTime(s)
countCustomSuccess0.091
countMaxSalCustomSQLInfoSuccess0.015
findByPrimaryKeySuccess0.049
findAllSuccess0.082
Properties »

Back to top

TestCase InlineBinaryTestSuite

NameStatusTypeTime(s)
findAllSuccess0.101
Properties »

Back to top

TestCase SimpleSPTestSuite

NameStatusTypeTime(s)
varcharTestSuccess0.096
noargsTestSuccess0.018
getAllTestError Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.SIMPLESP' doesn't exist Error Code: 1146 Call: { CALL eclipselink.GetAll() } Query: DataReadQuery()

Local Exception Stack:
Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.1.0.r3395-RC1): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.SIMPLESP' doesn't exist
Error Code: 1146
Call: { CALL eclipselink.GetAll() }
Query: DataReadQuery()
at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:322)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:656)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:501)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeCall(AbstractSession.java:872)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:205)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:191)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:262)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:244)
at org.eclipse.persistence.queries.DataReadQuery.executeNonCursor(DataReadQuery.java:188)
at org.eclipse.persistence.queries.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:144)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DataReadQuery.execute(DataReadQuery.java:130)
at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:2243)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1181)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1165)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1139)
at org.eclipse.persistence.internal.xr.QueryOperation.invoke(QueryOperation.java:289)
at dbws.testing.simplesp.SimpleSPTestSuite.getAllTest(SimpleSPTestSuite.java:139)
Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.SIMPLESP' doesn't exist
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3283)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332)
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1467)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:856)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:573)
0.044
findByJobTestError Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.SIMPLESP' doesn't exist Error Code: 1146 Call: { CALL eclipselink.FindByJob(?) } bind => [CL%] Query: DataReadQuery()

Local Exception Stack:
Exception [EclipseLink-4002] (Eclipse Persistence Services - 1.1.0.r3395-RC1): org.eclipse.persistence.exceptions.DatabaseException
Internal Exception: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.SIMPLESP' doesn't exist
Error Code: 1146
Call: { CALL eclipselink.FindByJob(?) }
bind => [CL%]
Query: DataReadQuery()
at org.eclipse.persistence.exceptions.DatabaseException.sqlException(DatabaseException.java:322)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:656)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeCall(DatabaseAccessor.java:501)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeCall(AbstractSession.java:872)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:205)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeCall(DatasourceCallQueryMechanism.java:191)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelectCall(DatasourceCallQueryMechanism.java:262)
at org.eclipse.persistence.internal.queries.DatasourceCallQueryMechanism.executeSelect(DatasourceCallQueryMechanism.java:244)
at org.eclipse.persistence.queries.DataReadQuery.executeNonCursor(DataReadQuery.java:188)
at org.eclipse.persistence.queries.DataReadQuery.executeDatabaseQuery(DataReadQuery.java:144)
at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:664)
at org.eclipse.persistence.queries.DataReadQuery.execute(DataReadQuery.java:130)
at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:2243)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1181)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1165)
at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1139)
at org.eclipse.persistence.internal.xr.QueryOperation.invoke(QueryOperation.java:289)
at dbws.testing.simplesp.SimpleSPTestSuite.findByJobTest(SimpleSPTestSuite.java:287)
Caused by: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'eclipselink.SIMPLESP' doesn't exist
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:936)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2985)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1631)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1723)
at com.mysql.jdbc.Connection.execSQL(Connection.java:3283)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1332)
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1467)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.executeSelect(DatabaseAccessor.java:856)
at org.eclipse.persistence.internal.databaseaccess.DatabaseAccessor.basicExecuteCall(DatabaseAccessor.java:573)
0.018
inOutArgsTestSuccess0.075
Properties »

Back to top

TestCase SimpleTableTestSuite

NameStatusTypeTime(s)
findByPrimaryKeyTestSuccess0.145
Properties »

Back to top