Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
130 0 0 0 100% 1

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


Package List

[Summary] [Package List] [Test Cases]


Package Tests Errors Failures Skipped Success Rate Time
ch.powerunit.test.base.CollectorTesterTests 27 0 0 0 100% 0
ch.powerunit.test.base.RuntimeTestValidatorTests 4 0 0 0 100% 0
ch.powerunit.test.base.PowerUnitProviderTests 1 0 0 0 100% 1
ch.powerunit.test.base 0 0 0 0 0% 0
ch.powerunit.test.base.FutureMatchersTests 5 0 0 0 100% 0
ch.powerunit.test.base.MatchersTests 32 0 0 0 100% 0
ch.powerunit.test.base.TemporaryFolderTests 1 0 0 0 100% 0
ch.powerunit.test.base.SystemStreamRuleTests 3 0 0 0 100% 0
ch.powerunit.test.base.ExternalResourceTests 1 0 0 0 100% 0
ch.powerunit.test.base.MockitoRuleTests 1 0 0 0 100% 0
ch.powerunit.test.base.RuntimeParametersValidatorTests 15 0 0 0 100% 0
ch.powerunit.test.base.StreamParametersMapFunctionTests 1 0 0 0 100% 0
ch.powerunit.test.base.PatternTesterTests 16 0 0 0 100% 0
ch.powerunit.test.base.PowerUnitProviderScannerFilterTests 2 0 0 0 100% 0
ch.powerunit.test.base.SystemPropertiesRuleTests 2 0 0 0 100% 0
ch.powerunit.test.base.PowerUnitProviderListenerTests 9 0 0 0 100% 0
ch.powerunit.test.base.FileMatchersTests 1 0 0 0 100% 0
ch.powerunit.test.base.TestContextRuleTests 1 0 0 0 100% 0
ch.powerunit.test.base.RuntimeRuleValidatorTests 6 0 0 0 100% 0
ch.powerunit.test.base.TestDelegateTests 2 0 0 0 100% 0

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

ch.powerunit.test.base.CollectorTesterTests

Class Tests Errors Failures Skipped Success Rate Time
CollectorTesterTest 27 0 0 0 100% 0

ch.powerunit.test.base.RuntimeTestValidatorTests

Class Tests Errors Failures Skipped Success Rate Time
Tester 4 0 0 0 100% 0

ch.powerunit.test.base.PowerUnitProviderTests

Class Tests Errors Failures Skipped Success Rate Time
PowerUnitProviderTest 1 0 0 0 100% 1

ch.powerunit.test.base.FutureMatchersTests

Class Tests Errors Failures Skipped Success Rate Time
FutureMatchersTest 5 0 0 0 100% 0

ch.powerunit.test.base.MatchersTests

Class Tests Errors Failures Skipped Success Rate Time
MatchersTest 32 0 0 0 100% 0

ch.powerunit.test.base.TemporaryFolderTests

Class Tests Errors Failures Skipped Success Rate Time
TemporaryFolderTest 1 0 0 0 100% 0

ch.powerunit.test.base.SystemStreamRuleTests

Class Tests Errors Failures Skipped Success Rate Time
SystemStreamRuleTest 3 0 0 0 100% 0

ch.powerunit.test.base.ExternalResourceTests

Class Tests Errors Failures Skipped Success Rate Time
TestExternalResourceEmpty 1 0 0 0 100% 0

ch.powerunit.test.base.MockitoRuleTests

Class Tests Errors Failures Skipped Success Rate Time
TestMockito 1 0 0 0 100% 0

ch.powerunit.test.base.RuntimeParametersValidatorTests

Class Tests Errors Failures Skipped Success Rate Time
Tester 15 0 0 0 100% 0

ch.powerunit.test.base.StreamParametersMapFunctionTests

Class Tests Errors Failures Skipped Success Rate Time
StreamParametersMapFunctionTest 1 0 0 0 100% 0

ch.powerunit.test.base.PatternTesterTests

Class Tests Errors Failures Skipped Success Rate Time
PatternTesterTest 16 0 0 0 100% 0

ch.powerunit.test.base.PowerUnitProviderScannerFilterTests

Class Tests Errors Failures Skipped Success Rate Time
PowerUnitProviderScannerFilterTest 2 0 0 0 100% 0

ch.powerunit.test.base.SystemPropertiesRuleTests

Class Tests Errors Failures Skipped Success Rate Time
SystemPropertiesRuleTest 2 0 0 0 100% 0

ch.powerunit.test.base.PowerUnitProviderListenerTests

Class Tests Errors Failures Skipped Success Rate Time
PowerUnitProviderListenerTest 9 0 0 0 100% 0

ch.powerunit.test.base.FileMatchersTests

Class Tests Errors Failures Skipped Success Rate Time
FileMatchersTest 1 0 0 0 100% 0

ch.powerunit.test.base.TestContextRuleTests

Class Tests Errors Failures Skipped Success Rate Time
TestContextRuleTest 1 0 0 0 100% 0

ch.powerunit.test.base.RuntimeRuleValidatorTests

Class Tests Errors Failures Skipped Success Rate Time
Tester 6 0 0 0 100% 0

ch.powerunit.test.base.TestDelegateTests

Class Tests Errors Failures Skipped Success Rate Time
TestDelegateTest 2 0 0 0 100% 0

Test Cases

[Summary] [Package List] [Test Cases]

TemporaryFolderTest

emptyTest 0

PatternTesterTest

Validate that Pattern `a+` matches `b` is `false` 0
Validate that Pattern `a+` matches `aa` is `true` 0
Validate that Pattern `a+(b*)` matches `b` is `false` 0
Validate that Pattern `a+(b*)` matches `aa` is `true` 0
Validate that group `0` matches "aa" for Pattern `a+(b*)` with input string `aa` 0
Validate that group `1` matches "" for Pattern `a+(b*)` with input string `aa` 0
Validate that Pattern `a+(b*)` matches `aab` is `true` 0
Validate that group `0` matches "aab" for Pattern `a+(b*)` with input string `aab` 0
Validate that group `1` matches "b" for Pattern `a+(b*)` with input string `aab` 0
Validate that Pattern `a+(b*)` matches `b` is `false` 0
Validate that Pattern `a+(b*)` matches `aa` is `true` 0
Validate that group `0` matches "aa" for Pattern `a+(b*)` with input string `aa` 0
Validate that group `1` matches "" for Pattern `a+(b*)` with input string `aa` 0
Validate that Pattern `a+` matches `b` is `false` 0
Validate that Pattern `a+` matches `aa` is `true` 0
Validate that group `0` matches "aa" for Pattern `a+` with input string `aa` 0

Tester

testExpectedError[0] 0
testExpectedError[1] 0
testExpectedError[2] 0
testExpectedError[3] 0
testExpectedError[4] 0
testExpectedError[5] 0
testExpectedError[6] 0
testExpectedError[7] 0
testExpectedError[8] 0
testExpectedError[9] 0
testExpectedError[10] 0
testExpectedError[11] 0
testExpectedError[12] 0
testExpectedError[13] 0
testExpectedError[14] 0

Tester

testExpectedError[0] 0
testExpectedError[1] 0
testExpectedError[2] 0
testExpectedError[3] 0
testExpectedError[4] 0
testExpectedError[5] 0

SystemPropertiesRuleTest

changeSystemProperty2 0
changeSystemProperty1 0

PowerUnitProviderTest

testGetSuites 1

Tester

testExpectedError[0] 0
testExpectedError[1] 0
testExpectedError[2] 0
testExpectedError[3] 0

CollectorTesterTest

Validate that characteristics() is not null for `java.util.stream.Collectors$CollectorImpl@2d84cb86` 0
Validate that characteristics() is an empty iterable 0
Validate that combiner() is not null for `java.util.stream.Collectors$CollectorImpl@2d84cb86` 0
Validate that accumulator() is not null for `java.util.stream.Collectors$CollectorImpl@2d84cb86` 0
Validate that supplier() is not null for `java.util.stream.Collectors$CollectorImpl@2d84cb86` 0
Validate that finisher() is not null for `java.util.stream.Collectors$CollectorImpl@2d84cb86` 0
Validate that the stream `java.util.stream.ReferencePipeline$Head@5b3f3ba0` with the collector under test result matches "a,b" for `java.util.stream.Collectors$CollectorImpl@2d84cb86` 0
Validate that characteristics() is an empty iterable 0
Validate that the stream `java.util.stream.ReferencePipeline$Head@ddf20fd` with the collector under test result matches "a,b,c" for `java.util.stream.Collectors$CollectorImpl@2d84cb86` 0
Validate that characteristics() is not null for `java.util.stream.Collectors$CollectorImpl@6443b128` 0
Validate that characteristics() is iterable over [<IDENTITY_FINISH>] in any order 0
Validate that combiner() is not null for `java.util.stream.Collectors$CollectorImpl@6443b128` 0
Validate that accumulator() is not null for `java.util.stream.Collectors$CollectorImpl@6443b128` 0
Validate that supplier() is not null for `java.util.stream.Collectors$CollectorImpl@6443b128` 0
Validate that finisher() is not null for `java.util.stream.Collectors$CollectorImpl@6443b128` 0
Validate that the stream `java.util.stream.ReferencePipeline$Head@69cac930` with the collector under test result matches an iterable with size <0> for `java.util.stream.Collectors$CollectorImpl@6443b128` 0
Validate that characteristics() is iterable over [<IDENTITY_FINISH>] in any order 0
Validate that the stream `java.util.stream.ReferencePipeline$Head@19593091` with the collector under test result matches iterable over ["a", "b"] in any order for `java.util.stream.Collectors$CollectorImpl@6443b128` 0
Validate that characteristics() is not null for `java.util.stream.Collectors$CollectorImpl@5d39f2d8` 0
Validate that characteristics() is an empty iterable 0
Validate that combiner() is not null for `java.util.stream.Collectors$CollectorImpl@5d39f2d8` 0
Validate that accumulator() is not null for `java.util.stream.Collectors$CollectorImpl@5d39f2d8` 0
Validate that supplier() is not null for `java.util.stream.Collectors$CollectorImpl@5d39f2d8` 0
Validate that finisher() is not null for `java.util.stream.Collectors$CollectorImpl@5d39f2d8` 0
Validate that the stream `java.util.stream.ReferencePipeline$Head@55ea2d70` with the collector under test result matches "a,b" for `java.util.stream.Collectors$CollectorImpl@5d39f2d8` 0
Validate that characteristics() is an empty iterable 0
Validate that the stream `java.util.stream.ReferencePipeline$Head@5e742e4` with the collector under test result matches "a,b,c" for `java.util.stream.Collectors$CollectorImpl@5d39f2d8` 0

PowerUnitProviderListenerTest

testNotifyFailure 0
testNotifySuccess 0
testNotifySetEndNotNull 0
testNotifySetStartNull 0
testNotifySetStartNotNull 0
testNotifySkipped 0
testNotifySetEndNull 0
testNotifyError 0
testNotifyStart 0

StreamParametersMapFunctionTest

test[0] 0

FutureMatchersTest

testGetKOTimeout 0
testDone 0
testGetKOMatcher 0
testCancelled 0
testGetOK 0

MatchersTest

testLocalTimeHour 0
testMatcherOptionalDoublePresentTrueAndFalseThenFalse 0
testMatcherOptionalPresentTrueAndFalseThenFalse 0
testMatcherOptionalIntPresentTrueAndTrueThenTrue 0
testMatcherOptionalIntPresentfalseAndFalseThenTrue 0
testMatcherOptionalLongPresentTrueAndFalseThenFalse 0
testMatcherOptionalIntPresentTrueAndFalseThenFalse 0
testMatcherOptionalIntPresentFalseAndTrueThenFalse 0
testMatcherOptionalValuePresentDifferentThenFalse 0
testMatcherOptionalPresentfalseAndFalseThenTrue 0
testLocalDateMonth 0
testMatcherOptionalIntValueNotPresentThenFalse 0
testMatcherOptionalDoubleValueNotPresentThenFalse 0
testMatcherOptionalDoubleValuePresentSameThenTrue 0
testMatcherOptionalDoublePresentFalseAndTrueThenFalse 0
testMatcherOptionalIntValuePresentSameThenTrue 0
testMatcherOptionalValueNotPresentThenFalse 0
testMatcherOptionalLongValuePresentDifferentThenFalse 0
testMatcherOptionalLongPresentFalseAndTrueThenFalse 0
testMatcherOptionalValuePresentSameThenTrue 0
testMatcherOptionalDoublePresentTrueAndTrueThenTrue 0
testCalendarJanuary 0
testMatcherOptionalLongPresentfalseAndFalseThenTrue 0
testMatcherOptionalLongPresentTrueAndTrueThenTrue 0
testMatcherOptionalDoublePresentfalseAndFalseThenTrue 0
testMatcherOptionalDoubleValuePresentDifferentThenFalse 0
testMatcherOptionalLongValueNotPresentThenFalse 0
testMatcherOptionalPresentFalseAndTrueThenFalse 0
testMatcherOptionalLongValuePresentSameThenTrue 0
testMatcherOptionalIntValuePresentDifferentThenFalse 0
testMatcherOptionalPresentTrueAndTrueThenTrue 0
testCalendarYear 0

FileMatchersTest

emptyTest 0

PowerUnitProviderScannerFilterTest

testAcceptedClass 0
testRejectedClass 0

SystemStreamRuleTest

testErr 0
testDiff 0
testOut 0

TestMockito

test 0

TestContextRuleTest

test 0

TestDelegateTest

name=text1 0
name=text1 0

TestExternalResourceEmpty

test 0