Surefire Report

Summary

[Summary] [Package List] [Test Cases]


TestsErrors FailuresSkippedSuccess RateTime
17500199.429%1.082

Note: failures are anticipated and checked for with assertions while errors are unanticipated.


Package List

[Summary] [Package List] [Test Cases]


PackageTestsErrors FailuresSkippedSuccess RateTime
net.sf.staccatocommons.lang55000100%0.493
net.sf.staccatocommons.lang.value12000100%0.02
net.sf.staccatocommons.lang.predicate27000100%0.319
net.sf.staccatocommons.lang.builder3000100%0.005
net.sf.staccatocommons.lang.block11000100%0.068
net.sf.staccatocommons.lang.internal1000100%0.003
net.sf.staccatocommons.lang.function26000100%0.098
net.sf.staccatocommons.lang.tuple3000196.667%0.046
net.sf.staccatocommons.lang.thunk10000100%0.03

Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.

net.sf.staccatocommons.lang

ClassTestsErrors FailuresSkippedSuccess RateTime
CompareUnitTest11000100%0.04
NullsUnitTest2000100%0.005
ClassesInstrumentedDummyTest3000100%0.065
MapBuilderUnitTest6000100%0.008
CollectionBuilderUnitTest4000100%0.016
OptionEqualsTest7000100%0.269
SoftExceptionUnitTest3000100%0.002
OptionUnitTest19000100%0.088

net.sf.staccatocommons.lang.value

ClassTestsErrors FailuresSkippedSuccess RateTime
BasicEqualsUnitTest4000100%0.004
RelevantStateUnitTest6000100%0.013
NamedTupleToStringStyleTest2000100%0.003

net.sf.staccatocommons.lang.predicate

ClassTestsErrors FailuresSkippedSuccess RateTime
EquivUnitTest9000100%0.268
PredicatesUnitTest14000100%0.026
PredicateUnitTest4000100%0.025

net.sf.staccatocommons.lang.builder

ClassTestsErrors FailuresSkippedSuccess RateTime
AbstractReusableBuilderUnitTest3000100%0.005

net.sf.staccatocommons.lang.block

ClassTestsErrors FailuresSkippedSuccess RateTime
BlockUnitTest2000100%0.003
Block3UnitTest4000100%0.034
BlocksUnitTest1000100%0.002
Block2UnitTest4000100%0.029

net.sf.staccatocommons.lang.internal

ClassTestsErrors FailuresSkippedSuccess RateTime
ToStringUnitTest1000100%0.003

net.sf.staccatocommons.lang.function

ClassTestsErrors FailuresSkippedSuccess RateTime
FunctionUnitTest11000100%0.048
Function3UnitTest4000100%0.02
Function2UnitTest5000100%0.015
FunctionsUnitTest6000100%0.015

net.sf.staccatocommons.lang.tuple

ClassTestsErrors FailuresSkippedSuccess RateTime
TripleUnitTest7000100%0.01
QuadrupleUnitTest6000100%0.003
TuplesUnitTest800187.5%0.018
PairUnitTest9000100%0.015

net.sf.staccatocommons.lang.thunk

ClassTestsErrors FailuresSkippedSuccess RateTime
ThunksUnitTest10000100%0.03

Test Cases

[Summary] [Package List] [Test Cases]

CompareUnitTest

testBetweenComparable0.007
testBetweenComparator0.001
testBetweenLong0
testBetweenInt0
testInIntValues0
testInLongValues0
testIn0
testMax0.001
testMin0
testOn0.02
testBetween0.001

FunctionUnitTest

testOf00.013
testOf10.003
testOf20.003
testOf30.003
testLazy0.002
testNullSafe0.001
testThenPredicate0.002
testEqual0.002
testNull0.001
applyAnswersSoftApply0.001
applySoftensExceptionsThrown0.005

BlockUnitTest

testThen0.001
testDelayed0

EquivUnitTest

testOn0.01
testNot0.002
testEquality0.002
testCompare0.001
equalsPredicateIsEquivalentToPartiallyAppliedEquivPredicate0.076
equalsPredicateIsEquivalentToFullyAppliedEquivPredicate0.048
notEqualsPredicateIsEquivalentToFullyAppliedNotEquivPredicate0.039
equalsOrNullPredicateIsEquivalentToPartiallyAppliedEquivOrNullPredicate0.04
equalsAndNotNullPredicateIsEquivalentToPartiallyAppliedEquivAndNotNullPredicate0.04

BasicEqualsUnitTest

testFrom0
testToEquals0
testToEqualsMaybe0
testIsEqualsDone0

Function3UnitTest

testToString0.001
testLazy0.01
testNullSafe0.002
testApply0.005

PredicatesUnitTest

testIn0.001
testFrom0.004
testEqual0.001
testNull0.002
testTrue_0
testFalse_0.001
testNotNull0
testSame0.001
testNot0
testGreatherThan0
testLowerThan0
testAny0.001
testFromPredicate0
testAll0

NullsUnitTest

testNonNullOrElseTT0.001
testNonNullOrElseTProviderOfT0.002

Function2UnitTest

testToString0.001
testLazy0.002
testNullSafe0.002
testApply0.003
testFlip0.001

ThunksUnitTest

testConstant0
testNull_0.001
testCallable0.005
testCallableException0.001
testCallableValueException0.001
testCallableValueOK0.002
testRunnable0.004
testCurrentDate0
testValue0
testFail0

ClassesInstrumentedDummyTest

testConstructorsInstrumented0.012
testMethodsInstrumented0.002
testConstInstrumented0.004

TripleUnitTest

testRotate0
testEqualty0
testToString0
testComponents0
testComparability0
testToArray0
testToList0.002

MapBuilderUnitTest

testMapBuilder0.003
testReuse0
testHashMapWith0.001
testLinkedMapWith0
testTreeMapWith0.001
testMapIsImmutable0.001

ToStringUnitTest

testToStringObject0.001

AbstractReusableBuilderUnitTest

testDoneOK0.002
testDoneNotFinished0.001
testDoneInvokedTwice0

Block3UnitTest

testApply0.018
testSoftExec0.007
testThen0.004
testDelayed0.001

QuadrupleUnitTest

testEqualty0
testToString0
testComponents0.001
testComparability0
testToArray0
testToList0

CollectionBuilderUnitTest

testSortedSetWithIsUnmodifieable0.013
testSetWithAddsSingleElement0
testListWithAddsASingleElement0.002
testWithIfAddsElementWhenMeetsCondition0

OptionEqualsTest

testEqualsReflexive0.033
testEqualsSymmetric0.048
testEqualsTransitive0.122
testEqualsConsistent0.02
testNeverEqualsToNull0.004
testHasCodeConsistent0.006
testHashCodeConsistentWithEquals0.019

SoftExceptionUnitTest

testSoftenRuntime0
testSoftenChecked0
testHarden0

TuplesUnitTest

testCurryFunctionOfPairOfABC0.006
testCurryPredicateOfPairOfAB 0.008
skipped
testUncurryFunction2OfABC0.001
testUncurryFunction30.001
testUncurryPredicate2OfAB0.001
toPair0
toTuple30.001
branch0

BlocksUnitTest

testEmpty0.001

RelevantStateUnitTest

testToString0.003
testEquals0.002
testEval0
testHashCode0
testCompareTo0.003
testPrimitiveTypes0

FunctionsUnitTest

testIdentity0
testConstant0.001
testFromApplicable0.001
testConstThunk0.002
impureFunction0.004
getClassFunctionRetrievesTheArgumentsClass0.001

NamedTupleToStringStyleTest

testStyleWithOneAttribute0.001
testStyleWithTwoAttributes0

PairUnitTest

testSwap0.001
testAsEntryGet0
testAsEntrySet0
testEqualty0
testToString0
testComponents0
testComparability0
testToArray0
testToList0

OptionUnitTest

testSkip0.007
testValuedefined0
testValueundefined0.001
testIsDefined0
testIsUndefined0
testIsEmpty0.001
testSize0
testValueOrNull0
testValueOrElse0
testNullToNone0
testEqualty0
testIfDefined0.031
testContains0.001
testToString0.008
mapNoneIsNone0.003
mapSomeIsSome0.001
filterNoneIsNone0
filterSomeIsSomeIfPredicateIsTrue0.001
filterSomeIsNoneIfPredicateIsFalse0

Block2UnitTest

testApply0.004
testSoftExec0
testThen0.001
testDelayed0.001

PredicateUnitTest

testApply0
testNot0.001
testOr0.012
testAnd0.002

Failure Details

[Summary] [Package List] [Test Cases]


testCurryPredicateOfPairOfAB
skipped: skipped