Unit Test Results.

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
2101242.86%32.481
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.attachedbinary3002.6972015-08-31T09:37:45hudson-slave1
dbws.testing.crud6002.4112015-08-31T09:37:50hudson-slave1
dbws.testing.customsql4002.4442015-08-31T09:37:54hudson-slave1
dbws.testing.inlinebinary1002.3362015-08-31T09:37:58hudson-slave1
dbws.testing.mtom0202.8692015-08-31T09:38:29hudson-slave1
dbws.testing.optlock0202.7752015-08-31T09:38:24hudson-slave1
dbws.testing.rootcause0202.7852015-08-31T09:38:19hudson-slave1
dbws.testing.secondarysql0202.7422015-08-31T09:38:34hudson-slave1
dbws.testing.simplesp5001.7982015-08-31T09:38:07hudson-slave1
dbws.testing.simpletable1002.4242015-08-31T09:38:03hudson-slave1
dbws.testing.simpletablewithnestedsql1001.7062015-08-31T09:38:10hudson-slave1
dbws.testing.sqlascollection0202.6832015-08-31T09:38:39hudson-slave1
dbws.testing.updatefault0202.8112015-08-31T09:38:14hudson-slave1

Package dbws.testing.attachedbinary

NameTestsErrorsFailuresTime(s)Time StampHost
AttachedBinaryTestSuite3002.6972015-08-31T09:37:45hudson-slave1
Back to top

Package dbws.testing.crud

NameTestsErrorsFailuresTime(s)Time StampHost
CRUDTestSuite6002.4112015-08-31T09:37:50hudson-slave1
Back to top

Package dbws.testing.customsql

NameTestsErrorsFailuresTime(s)Time StampHost
CustomSQLTestSuite4002.4442015-08-31T09:37:54hudson-slave1
Back to top

Package dbws.testing.inlinebinary

NameTestsErrorsFailuresTime(s)Time StampHost
InlineBinaryTestSuite1002.3362015-08-31T09:37:58hudson-slave1
Back to top

Package dbws.testing.mtom

NameTestsErrorsFailuresTime(s)Time StampHost
MTOMTestSuite0202.8692015-08-31T09:38:29hudson-slave1
Back to top

Package dbws.testing.optlock

NameTestsErrorsFailuresTime(s)Time StampHost
OptLockTestSuite0202.7752015-08-31T09:38:24hudson-slave1
Back to top

Package dbws.testing.rootcause

NameTestsErrorsFailuresTime(s)Time StampHost
RootCauseTestSuite0202.7852015-08-31T09:38:19hudson-slave1
Back to top

Package dbws.testing.secondarysql

NameTestsErrorsFailuresTime(s)Time StampHost
SecondarySQLTestSuite0202.7422015-08-31T09:38:34hudson-slave1
Back to top

Package dbws.testing.simplesp

NameTestsErrorsFailuresTime(s)Time StampHost
SimpleSPTestSuite5001.7982015-08-31T09:38:07hudson-slave1
Back to top

Package dbws.testing.simpletable

NameTestsErrorsFailuresTime(s)Time StampHost
SimpleTableTestSuite1002.4242015-08-31T09:38:03hudson-slave1
Back to top

Package dbws.testing.simpletablewithnestedsql

NameTestsErrorsFailuresTime(s)Time StampHost
SimpleTableWithNestedSQLTestSuite1001.7062015-08-31T09:38:10hudson-slave1
Back to top

Package dbws.testing.sqlascollection

NameTestsErrorsFailuresTime(s)Time StampHost
SQLAsCollectionTestSuite0202.6832015-08-31T09:38:39hudson-slave1
Back to top

Package dbws.testing.updatefault

NameTestsErrorsFailuresTime(s)Time StampHost
UpdateFaultTestSuite0202.8112015-08-31T09:38:14hudson-slave1
Back to top


TestCase AttachedBinaryTestSuite

NameStatusTypeTime(s)
findAllSuccess0.079
getAttachmentsSuccess0.000
getBLOBByIdSuccess0.033
Properties »

Back to top

TestCase CRUDTestSuite

NameStatusTypeTime(s)
test1_readOneSuccess0.021
test2_readAllSuccess0.005
test3_findByNameSuccess0.004
test4_updateSuccess0.047
test5_deleteSuccess0.006
test6_createSuccess0.006
Properties »

Back to top

TestCase CustomSQLTestSuite

NameStatusTypeTime(s)
countCustomSuccess0.014
countMaxSalCustomSQLInfoSuccess0.004
findByPrimaryKeySuccess0.028
findAllSuccess0.019
Properties »

Back to top

TestCase InlineBinaryTestSuite

NameStatusTypeTime(s)
findAllSuccess0.024
Properties »

Back to top

TestCase MTOMTestSuite

NameStatusTypeTime(s)
dbws.testing.mtom.MTOMTestSuiteErrorServer Runtime Error: java.net.BindException: Address already in use

com.sun.xml.internal.ws.server.ServerRtException: Server Runtime Error: java.net.BindException: Address already in use
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:100)
at com.sun.xml.internal.ws.transport.http.server.HttpEndpoint.publish(HttpEndpoint.java:67)
at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.publish(EndpointImpl.java:144)
at dbws.testing.mtom.MTOMTestSuite.setUp(MTOMTestSuite.java:265)
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at sun.net.httpserver.ServerImpl.(ServerImpl.java:68)
at sun.net.httpserver.HttpServerImpl.(HttpServerImpl.java:32)
at sun.net.httpserver.DefaultHttpServerProvider.createHttpServer(DefaultHttpServerProvider.java:17)
at com.sun.net.httpserver.HttpServer.create(HttpServer.java:111)
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:82)
0.001
dbws.testing.mtom.MTOMTestSuiteErrorN/A

java.lang.NullPointerException
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.removeContext(ServerMgr.java:109)
at com.sun.xml.internal.ws.transport.http.server.HttpEndpoint.stop(HttpEndpoint.java:99)
at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.stop(EndpointImpl.java:158)
at dbws.testing.mtom.MTOMTestSuite.teardown(MTOMTestSuite.java:277)
0.000
Properties »

Back to top

TestCase OptLockTestSuite

NameStatusTypeTime(s)
dbws.testing.optlock.OptLockTestSuiteErrorServer Runtime Error: java.net.BindException: Address already in use

com.sun.xml.internal.ws.server.ServerRtException: Server Runtime Error: java.net.BindException: Address already in use
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:100)
at com.sun.xml.internal.ws.transport.http.server.HttpEndpoint.publish(HttpEndpoint.java:67)
at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.publish(EndpointImpl.java:144)
at dbws.testing.optlock.OptLockTestSuite.setUp(OptLockTestSuite.java:142)
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at sun.net.httpserver.ServerImpl.(ServerImpl.java:68)
at sun.net.httpserver.HttpServerImpl.(HttpServerImpl.java:32)
at sun.net.httpserver.DefaultHttpServerProvider.createHttpServer(DefaultHttpServerProvider.java:17)
at com.sun.net.httpserver.HttpServer.create(HttpServer.java:111)
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:82)
0.001
dbws.testing.optlock.OptLockTestSuiteErrorN/A

java.lang.NullPointerException
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.removeContext(ServerMgr.java:109)
at com.sun.xml.internal.ws.transport.http.server.HttpEndpoint.stop(HttpEndpoint.java:99)
at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.stop(EndpointImpl.java:158)
at dbws.testing.optlock.OptLockTestSuite.teardown(OptLockTestSuite.java:152)
0.000
Properties »

Back to top

TestCase RootCauseTestSuite

NameStatusTypeTime(s)
dbws.testing.rootcause.RootCauseTestSuiteErrorServer Runtime Error: java.net.BindException: Address already in use

com.sun.xml.internal.ws.server.ServerRtException: Server Runtime Error: java.net.BindException: Address already in use
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:100)
at com.sun.xml.internal.ws.transport.http.server.HttpEndpoint.publish(HttpEndpoint.java:67)
at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.publish(EndpointImpl.java:144)
at dbws.testing.rootcause.RootCauseTestSuite.setUp(RootCauseTestSuite.java:165)
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at sun.net.httpserver.ServerImpl.(ServerImpl.java:68)
at sun.net.httpserver.HttpServerImpl.(HttpServerImpl.java:32)
at sun.net.httpserver.DefaultHttpServerProvider.createHttpServer(DefaultHttpServerProvider.java:17)
at com.sun.net.httpserver.HttpServer.create(HttpServer.java:111)
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:82)
0.001
dbws.testing.rootcause.RootCauseTestSuiteErrorN/A

java.lang.NullPointerException
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.removeContext(ServerMgr.java:109)
at com.sun.xml.internal.ws.transport.http.server.HttpEndpoint.stop(HttpEndpoint.java:99)
at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.stop(EndpointImpl.java:158)
at dbws.testing.rootcause.RootCauseTestSuite.teardown(RootCauseTestSuite.java:175)
0.000
Properties »

Back to top

TestCase SecondarySQLTestSuite

NameStatusTypeTime(s)
dbws.testing.secondarysql.SecondarySQLTestSuiteErrorServer Runtime Error: java.net.BindException: Address already in use

com.sun.xml.internal.ws.server.ServerRtException: Server Runtime Error: java.net.BindException: Address already in use
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:100)
at com.sun.xml.internal.ws.transport.http.server.HttpEndpoint.publish(HttpEndpoint.java:67)
at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.publish(EndpointImpl.java:144)
at dbws.testing.secondarysql.SecondarySQLTestSuite.setUp(SecondarySQLTestSuite.java:204)
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at sun.net.httpserver.ServerImpl.(ServerImpl.java:68)
at sun.net.httpserver.HttpServerImpl.(HttpServerImpl.java:32)
at sun.net.httpserver.DefaultHttpServerProvider.createHttpServer(DefaultHttpServerProvider.java:17)
at com.sun.net.httpserver.HttpServer.create(HttpServer.java:111)
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:82)
0.001
dbws.testing.secondarysql.SecondarySQLTestSuiteErrorN/A

java.lang.NullPointerException
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.removeContext(ServerMgr.java:109)
at com.sun.xml.internal.ws.transport.http.server.HttpEndpoint.stop(HttpEndpoint.java:99)
at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.stop(EndpointImpl.java:158)
at dbws.testing.secondarysql.SecondarySQLTestSuite.teardown(SecondarySQLTestSuite.java:214)
0.000
Properties »

Back to top

TestCase SimpleSPTestSuite

NameStatusTypeTime(s)
varcharTestSuccess0.010
noargsTestSuccess0.002
getAllTestSuccess0.040
findByJobTestSuccess0.029
inOutArgsTestSuccess0.030
Properties »

Back to top

TestCase SimpleTableTestSuite

NameStatusTypeTime(s)
findByPrimaryKeyTestSuccess0.035
Properties »

Back to top

TestCase SimpleTableWithNestedSQLTestSuite

NameStatusTypeTime(s)
checkWSDLSuccess1.638
Properties »

Back to top

TestCase SQLAsCollectionTestSuite

NameStatusTypeTime(s)
dbws.testing.sqlascollection.SQLAsCollectionTestSuiteErrorServer Runtime Error: java.net.BindException: Address already in use

com.sun.xml.internal.ws.server.ServerRtException: Server Runtime Error: java.net.BindException: Address already in use
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:100)
at com.sun.xml.internal.ws.transport.http.server.HttpEndpoint.publish(HttpEndpoint.java:67)
at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.publish(EndpointImpl.java:144)
at dbws.testing.DBWSTestProviderHelper.serviceSetup(DBWSTestProviderHelper.java:109)
at dbws.testing.sqlascollection.SQLAsCollectionTestSuite.setUp(SQLAsCollectionTestSuite.java:90)
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at sun.net.httpserver.ServerImpl.(ServerImpl.java:68)
at sun.net.httpserver.HttpServerImpl.(HttpServerImpl.java:32)
at sun.net.httpserver.DefaultHttpServerProvider.createHttpServer(DefaultHttpServerProvider.java:17)
at com.sun.net.httpserver.HttpServer.create(HttpServer.java:111)
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:82)
0.000
dbws.testing.sqlascollection.SQLAsCollectionTestSuiteErrorN/A

java.lang.NullPointerException
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.removeContext(ServerMgr.java:109)
at com.sun.xml.internal.ws.transport.http.server.HttpEndpoint.stop(HttpEndpoint.java:99)
at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.stop(EndpointImpl.java:158)
at dbws.testing.DBWSTestProviderHelper.teardown(DBWSTestProviderHelper.java:180)
0.000
Properties »

Back to top

TestCase UpdateFaultTestSuite

NameStatusTypeTime(s)
dbws.testing.updatefault.UpdateFaultTestSuiteErrorServer Runtime Error: java.net.BindException: Address already in use

com.sun.xml.internal.ws.server.ServerRtException: Server Runtime Error: java.net.BindException: Address already in use
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:100)
at com.sun.xml.internal.ws.transport.http.server.HttpEndpoint.publish(HttpEndpoint.java:67)
at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.publish(EndpointImpl.java:144)
at dbws.testing.updatefault.UpdateFaultTestSuite.setUp(UpdateFaultTestSuite.java:164)
Caused by: java.net.BindException: Address already in use
at sun.nio.ch.Net.bind(Native Method)
at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:126)
at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:59)
at sun.net.httpserver.ServerImpl.(ServerImpl.java:68)
at sun.net.httpserver.HttpServerImpl.(HttpServerImpl.java:32)
at sun.net.httpserver.DefaultHttpServerProvider.createHttpServer(DefaultHttpServerProvider.java:17)
at com.sun.net.httpserver.HttpServer.create(HttpServer.java:111)
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.createContext(ServerMgr.java:82)
0.000
dbws.testing.updatefault.UpdateFaultTestSuiteErrorN/A

java.lang.NullPointerException
at com.sun.xml.internal.ws.transport.http.server.ServerMgr.removeContext(ServerMgr.java:109)
at com.sun.xml.internal.ws.transport.http.server.HttpEndpoint.stop(HttpEndpoint.java:99)
at com.sun.xml.internal.ws.transport.http.server.EndpointImpl.stop(EndpointImpl.java:158)
at dbws.testing.updatefault.UpdateFaultTestSuite.teardown(UpdateFaultTestSuite.java:174)
0.000
Properties »

Back to top