Unit Test Results.

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
2101242.86%32.739
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.9402015-08-29T09:47:16hudson-slave1
dbws.testing.crud6002.3802015-08-29T09:47:21hudson-slave1
dbws.testing.customsql4002.4492015-08-29T09:47:25hudson-slave1
dbws.testing.inlinebinary1002.3322015-08-29T09:47:29hudson-slave1
dbws.testing.mtom0202.9652015-08-29T09:48:00hudson-slave1
dbws.testing.optlock0202.8412015-08-29T09:47:55hudson-slave1
dbws.testing.rootcause0202.7962015-08-29T09:47:50hudson-slave1
dbws.testing.secondarysql0202.7332015-08-29T09:48:05hudson-slave1
dbws.testing.simplesp5001.7612015-08-29T09:47:38hudson-slave1
dbws.testing.simpletable1002.3172015-08-29T09:47:33hudson-slave1
dbws.testing.simpletablewithnestedsql1001.6862015-08-29T09:47:41hudson-slave1
dbws.testing.sqlascollection0202.7172015-08-29T09:48:10hudson-slave1
dbws.testing.updatefault0202.8222015-08-29T09:47:45hudson-slave1

Package dbws.testing.attachedbinary

NameTestsErrorsFailuresTime(s)Time StampHost
AttachedBinaryTestSuite3002.9402015-08-29T09:47:16hudson-slave1
Back to top

Package dbws.testing.crud

NameTestsErrorsFailuresTime(s)Time StampHost
CRUDTestSuite6002.3802015-08-29T09:47:21hudson-slave1
Back to top

Package dbws.testing.customsql

NameTestsErrorsFailuresTime(s)Time StampHost
CustomSQLTestSuite4002.4492015-08-29T09:47:25hudson-slave1
Back to top

Package dbws.testing.inlinebinary

NameTestsErrorsFailuresTime(s)Time StampHost
InlineBinaryTestSuite1002.3322015-08-29T09:47:29hudson-slave1
Back to top

Package dbws.testing.mtom

NameTestsErrorsFailuresTime(s)Time StampHost
MTOMTestSuite0202.9652015-08-29T09:48:00hudson-slave1
Back to top

Package dbws.testing.optlock

NameTestsErrorsFailuresTime(s)Time StampHost
OptLockTestSuite0202.8412015-08-29T09:47:55hudson-slave1
Back to top

Package dbws.testing.rootcause

NameTestsErrorsFailuresTime(s)Time StampHost
RootCauseTestSuite0202.7962015-08-29T09:47:50hudson-slave1
Back to top

Package dbws.testing.secondarysql

NameTestsErrorsFailuresTime(s)Time StampHost
SecondarySQLTestSuite0202.7332015-08-29T09:48:05hudson-slave1
Back to top

Package dbws.testing.simplesp

NameTestsErrorsFailuresTime(s)Time StampHost
SimpleSPTestSuite5001.7612015-08-29T09:47:38hudson-slave1
Back to top

Package dbws.testing.simpletable

NameTestsErrorsFailuresTime(s)Time StampHost
SimpleTableTestSuite1002.3172015-08-29T09:47:33hudson-slave1
Back to top

Package dbws.testing.simpletablewithnestedsql

NameTestsErrorsFailuresTime(s)Time StampHost
SimpleTableWithNestedSQLTestSuite1001.6862015-08-29T09:47:41hudson-slave1
Back to top

Package dbws.testing.sqlascollection

NameTestsErrorsFailuresTime(s)Time StampHost
SQLAsCollectionTestSuite0202.7172015-08-29T09:48:10hudson-slave1
Back to top

Package dbws.testing.updatefault

NameTestsErrorsFailuresTime(s)Time StampHost
UpdateFaultTestSuite0202.8222015-08-29T09:47:45hudson-slave1
Back to top


TestCase AttachedBinaryTestSuite

NameStatusTypeTime(s)
findAllSuccess0.081
getAttachmentsSuccess0.000
getBLOBByIdSuccess0.034
Properties »

Back to top

TestCase CRUDTestSuite

NameStatusTypeTime(s)
test1_readOneSuccess0.020
test2_readAllSuccess0.005
test3_findByNameSuccess0.004
test4_updateSuccess0.039
test5_deleteSuccess0.008
test6_createSuccess0.008
Properties »

Back to top

TestCase CustomSQLTestSuite

NameStatusTypeTime(s)
countCustomSuccess0.013
countMaxSalCustomSQLInfoSuccess0.003
findByPrimaryKeySuccess0.026
findAllSuccess0.018
Properties »

Back to top

TestCase InlineBinaryTestSuite

NameStatusTypeTime(s)
findAllSuccess0.023
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.000
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.009
inOutArgsTestSuccess0.031
Properties »

Back to top

TestCase SimpleTableTestSuite

NameStatusTypeTime(s)
findByPrimaryKeyTestSuccess0.034
Properties »

Back to top

TestCase SimpleTableWithNestedSQLTestSuite

NameStatusTypeTime(s)
checkWSDLSuccess1.620
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.001
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.001
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