Surefire Report
Summary
[Summary] [Package List] [Test Cases]
Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|
22 | 0 | 0 | 0 | 100% | 2.555 s |
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 |
---|---|---|---|---|---|---|
ru.ewc.decita.input | 1 | 0 | 0 | 0 | 100% | 0.009 s |
ru.ewc.decita | 14 | 0 | 0 | 0 | 100% | 2.070 s |
ru.ewc.decita.conditions | 7 | 0 | 0 | 0 | 100% | 0.476 s |
Note: package statistics are not computed recursively, they only sum up all of its testsuites numbers.
ru.ewc.decita.input
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
RawContentTest | 1 | 0 | 0 | 0 | 100% | 0.009 s |
ru.ewc.decita
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
EndToEndTest | 3 | 0 | 0 | 0 | 100% | 0.030 s | |
ComputationContextTest | 1 | 0 | 0 | 0 | 100% | 0.004 s | |
ConstantLocatorTest | 3 | 0 | 0 | 0 | 100% | 0.009 s | |
CoordinateTest | 3 | 0 | 0 | 0 | 100% | 0.008 s | |
StateBasedTest | 1 | 0 | 0 | 0 | 100% | 2.003 s | |
RuleTest | 3 | 0 | 0 | 0 | 100% | 0.016 s |
ru.ewc.decita.conditions
- | Class | Tests | Errors | Failures | Skipped | Success Rate | Time |
---|---|---|---|---|---|---|---|
EqualsConditionTest | 4 | 0 | 0 | 0 | 100% | 0.149 s | |
NotConditionTest | 1 | 0 | 0 | 0 | 100% | 0.007 s | |
GreaterThanConditionTest | 2 | 0 | 0 | 0 | 100% | 0.320 s |
Test Cases
[Summary] [Package List] [Test Cases]
EndToEndTest
shouldComputeTheWholeTable | 0.011 s | |
shouldComputeTheWholeTableWithElseRule | 0.007 s | |
shouldThrowIfSeveralRulesResolveToTrue | 0.006 s |
EqualsConditionTest
testInstantiating | 0.064 s | |
testBecomeComputedAfterEvaluation | 0.010 s | |
testEvaluatingToTrue | 0.002 s | |
testNotComputedCondition | 0.001 s |
ComputationContextTest
shouldFindAFragment | 0.002 s |
ConstantLocatorTest
shouldInstantiate | 0.001 s | |
shouldLocateStringFragment | 0.002 s | |
shouldLocateBooleanFragment | 0.001 s |
RawContentTest
shouldParseDifferentConditions | 0.007 s |
CoordinateTest
testIsNotYetComputed | 0.001 s | |
testChangesUponLocation | 0.001 s | |
testAlreadyComputed | 0.001 s |
NotConditionTest
shouldNegateBaseCondition | 0.003 s |
StateBasedTest
testPerformingFileBasedTest(TestData)[1] | 1.775 s |
GreaterThanConditionTest
shouldCompareNumbers | 0.302 s | |
shouldNotCompareStrings | 0.012 s |
RuleTest
testNotEliminatedAfterCreation | 0.004 s | |
testComputedAfterEvaluation | 0.004 s | |
testEliminatedAfterEvaluation | 0.002 s |