Unit Test Results

Designed for use with JUnit and Ant.

Summary

TestsFailuresErrorsSuccess rateTime
9500100.00%13.702
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)
com.diasparsoftware.gsbase.test17000.731
com.diasparsoftware.htmlunitx.test270011.557
com.diasparsoftware.java.lang.test16000.151
com.diasparsoftware.java.util.test14000.332
com.diasparsoftware.javax.jms.test5000.440
com.diasparsoftware.javax.servlet.test7000.180
com.diasparsoftware.jdbc.test4000.250
com.diasparsoftware.util.test5000.061

Package com.diasparsoftware.gsbase.test

NameTestsErrorsFailuresTime(s)
FlattenByteSegmentTest5000.060
GetContentAsBytesTest4000.180
GetContentAsStringTest3000.040
SystemClockStopwatchTest5000.451
Back to top

Package com.diasparsoftware.htmlunitx.test

NameTestsErrorsFailuresTime(s)
EmptyInputStreamWebResponseTest11002.875
FileSystemWebResponseTest11002.654
InputStreamWebConnectionTest2002.653
InputStreamWebResponseTest3003.375
Back to top

Package com.diasparsoftware.java.lang.test

NameTestsErrorsFailuresTime(s)
ValueObjectEqualsTestFivePropertiesTest8000.081
ValueObjectEqualsTestSinglePropertyTest8000.070
Back to top

Package com.diasparsoftware.java.util.test

NameTestsErrorsFailuresTime(s)
CaseInsensitiveStringCollectionSearchTest4000.070
DateUtilTest1000.061
GregorianCalendarLearningTest1000.050
MakeMapFromArrayTest3000.050
QuantityTest5000.101
Back to top

Package com.diasparsoftware.javax.jms.test

NameTestsErrorsFailuresTime(s)
BuildMapMessageTest4000.140
SendMapMessageToJBossServerTest1000.300
Back to top

Package com.diasparsoftware.javax.servlet.test

NameTestsErrorsFailuresTime(s)
ParameterMapToStringTest4000.130
SessionToStringTest3000.050
Back to top

Package com.diasparsoftware.jdbc.test

NameTestsErrorsFailuresTime(s)
ExecuteInsertStatementTest1000.150
ExecuteSelectStatementTest3000.100
Back to top

Package com.diasparsoftware.util.test

NameTestsErrorsFailuresTime(s)
MoneyTest5000.061
Back to top


TestCase BuildMapMessageTest

NameStatusTypeTime(s)
testEmptyMessageSuccess0.110
testSingletonMapSuccess0.000
testAllSupportedTypesSuccess0.000
testGenericObjectSuccess0.000
Properties »

Back to top

TestCase CaseInsensitiveStringCollectionSearchTest

NameStatusTypeTime(s)
testEmptyCollectionSuccess0.030
testNotAStringCollectionSuccess0.000
testSingleItemMatchesSuccess0.000
testSingleItemDoesNotMatchSuccess0.000
Properties »

Back to top

TestCase DateUtilTest

NameStatusTypeTime(s)
testGetYearSuccess0.020
Properties »

Back to top

TestCase EmptyInputStreamWebResponseTest

NameStatusTypeTime(s)
testStatusCodeSuccess0.010
testStatusMessageSuccess0.000
testContentAsStreamSuccess0.010
testContentAsStringSuccess0.010
testContentCharSetSuccess0.000
testContentTypeSuccess0.000
testHasStopwatchSuccess0.000
testLoadTimeSuccess0.000
testResponseBodySuccess0.000
testResponseHeaderValueSuccess0.000
testUrlSuccess2.815
Properties »

Back to top

TestCase ExecuteInsertStatementTest

NameStatusTypeTime(s)
testExecuteInsertStatementSuccess0.100
Properties »

Back to top

TestCase ExecuteSelectStatementTest

NameStatusTypeTime(s)
testReturnNoRowsSuccess0.060
testReturnStringAsRowSuccess0.010
testReturnFirstRowSuccess0.000
Properties »

Back to top

TestCase FileSystemWebResponseTest

NameStatusTypeTime(s)
testStatusCodeSuccess0.020
testStatusMessageSuccess0.000
testContentAsStreamSuccess0.010
testContentAsStringSuccess0.010
testContentCharSetSuccess0.000
testContentTypeSuccess0.000
testHasStopwatchSuccess0.010
testLoadTimeSuccess0.000
testResponseBodySuccess0.000
testResponseHeaderValueSuccess0.000
testUrlSuccess2.584
Properties »

Back to top

TestCase FlattenByteSegmentTest

NameStatusTypeTime(s)
emptySuccess0.010
single, stripped segmentSuccess0.000
single, padded segmentSuccess0.000
full segment, then single padded segmentSuccess0.010
2 full segments, then single padded segmentSuccess0.000
Properties »

Back to top

TestCase GetContentAsBytesTest

NameStatusTypeTime(s)
testNullSuccess0.010
testEmptyStreamSuccess0.010
testSimpleHappyPathSuccess0.000
testLargeBufferSuccess0.140
Properties »

Back to top

TestCase GetContentAsStringTest

NameStatusTypeTime(s)
testNullSuccess0.010
testEmptyStreamSuccess0.000
testHappyPathSuccess0.000
Properties »

Back to top

TestCase GregorianCalendarLearningTest

NameStatusTypeTime(s)
testSetYearSuccess0.010
Properties »

Back to top

TestCase InputStreamWebConnectionTest

NameStatusTypeTime(s)
testEmptyResponseSuccess2.603
testNonEmptyPlainResponseSuccess0.010
Properties »

Back to top

TestCase InputStreamWebResponseTest

NameStatusTypeTime(s)
testEqualsSuccess2.383
testEmptyHtmlTagSuccess0.952
testPageWithTitleSuccess0.010
Properties »

Back to top

TestCase MakeMapFromArrayTest

NameStatusTypeTime(s)
makeMapFromArrayTest #0Success0.000
makeMapFromArrayTest #1Success0.000
makeMapFromArrayTest #2Success0.000
Properties »

Back to top

TestCase MoneyTest

NameStatusTypeTime(s)
testFactorySuccess0.010
testZeroConstantSuccess0.000
testMultiplySuccess0.000
testLessThanSuccess0.000
testEqualsSuccess0.000
Properties »

Back to top

TestCase ParameterMapToStringTest

NameStatusTypeTime(s)
testEmptyRequestSuccess0.100
testOneParameterOneItemSuccess0.010
testOneParameterTwoItemsSuccess0.000
testTwoParameterTwoItemsSuccess0.000
Properties »

Back to top

TestCase QuantityTest

NameStatusTypeTime(s)
testAddSuccess0.010
testAddDifferentUnitsSuccess0.000
testZeroOfSuccess0.000
testSerializationSuccess0.061
testAddSubclassSuccess0.000
Properties »

Back to top

TestCase SendMapMessageToJBossServerTest

NameStatusTypeTime(s)
testHappyPathSuccess0.270
Properties »

Back to top

TestCase SessionToStringTest

NameStatusTypeTime(s)
testEmptySuccess0.030
testOneStringSuccess0.000
testTwoStringsSuccess0.000
Properties »

Back to top

TestCase SystemClockStopwatchTest

NameStatusTypeTime(s)
testLastTimeSuccess0.211
testLastTimeWithoutStartingSuccess0.000
testResetSuccess0.000
testLastTimeWithoutStoppingSuccess0.000
testResetAfterUseSuccess0.200
Properties »

Back to top

TestCase ValueObjectEqualsTestFivePropertiesTest

NameStatusTypeTime(s)
testEqualsAgainstNewObjectSuccess0.031
testEqualsAgainstNullSuccess0.000
testEqualsAgainstUnequalObjectsSuccess0.010
testEqualsIsConsistentAcrossInvocationsSuccess0.000
testEqualsIsReflexiveSuccess0.000
testEqualsIsSymmetricAndTransitiveSuccess0.000
testHashCodeContractSuccess0.010
testHashCodeIsConsistentAcrossInvocationsSuccess0.000
Properties »

Back to top

TestCase ValueObjectEqualsTestSinglePropertyTest

NameStatusTypeTime(s)
testEqualsAgainstNewObjectSuccess0.030
testEqualsAgainstNullSuccess0.010
testEqualsAgainstUnequalObjectsSuccess0.000
testEqualsIsConsistentAcrossInvocationsSuccess0.010
testEqualsIsReflexiveSuccess0.000
testEqualsIsSymmetricAndTransitiveSuccess0.000
testHashCodeContractSuccess0.000
testHashCodeIsConsistentAcrossInvocationsSuccess0.000
Properties »

Back to top