Test Results - sandbox-functional-converter-core

All Test Modules | GitHub Repository | Coverage Reports Designed for use with JUnit.

Summary

100.0%
Tests Failures Errors Skipped Success rate Time
147 0 0 0 100.00% 0.722
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.
Name Tests Errors Failures Skipped Time(s) Time Stamp Host
(default package) 0 0 0 0 0.000
(default package) 0 0 0 0 0.000
(default package) 0 0 0 0 0.000
(default package) 0 0 0 0 0.000
(default package) 0 0 0 0 0.000
(default package) 0 0 0 0 0.000
(default package) 0 0 0 0 0.000
(default package) 0 0 0 0 0.000

Package (default package)

Name Tests Errors Failures Skipped Time(s) Time Stamp Host
Back to top

Package (default package)

Name Tests Errors Failures Skipped Time(s) Time Stamp Host
Back to top

Package (default package)

Name Tests Errors Failures Skipped Time(s) Time Stamp Host
Back to top

Package (default package)

Name Tests Errors Failures Skipped Time(s) Time Stamp Host
Back to top

Package (default package)

Name Tests Errors Failures Skipped Time(s) Time Stamp Host
Back to top

Package (default package)

Name Tests Errors Failures Skipped Time(s) Time Stamp Host
Back to top

Package (default package)

Name Tests Errors Failures Skipped Time(s) Time Stamp Host
Back to top

Package (default package)

Name Tests Errors Failures Skipped Time(s) Time Stamp Host
Back to top


TestCase org.sandbox.functional.core.builder.LoopModelBuilderTest 🔗

Name Status Type Time(s)
testAllOperationTypes 🔗 Success 0.001
testMapWithoutTargetType 🔗 Success 0.001
testExplicitRangeWithFilter 🔗 Success 0.002
testValidation 🔗 Success 0.000
testElementWithDescriptor 🔗 Success 0.000
testSortedWithComparator 🔗 Success 0.000
testBuildSimpleForEach 🔗 Success 0.000
testConvertibilityCheckNoMetadata 🔗 Success 0.001
testConvertibilityCheckWithoutProblems 🔗 Success 0.001
testExplicitRangeSource 🔗 Success 0.001
testSourceWithDescriptor 🔗 Success 0.002
testConvertibilityCheckWithReturn 🔗 Success 0.000
testAllTerminalTypes 🔗 Success 0.001
testBuildFilterMapPipeline 🔗 Success 0.001
testConvertibilityCheck 🔗 Success 0.000
Properties »

Back to top

TestCase org.sandbox.functional.core.builder.StreamCodeBuilderTest 🔗

Name Status Type Time(s)
testFilterMapForEach 🔗 Success 0.043
testIntRangeSource 🔗 Success 0.004
testPeekOperation 🔗 Success 0.001
testCanBuildWithValidModel 🔗 Success 0.001
testSkipOperation 🔗 Success 0.008
testCollectToSet 🔗 Success 0.001
testExplicitRangeSourceImport 🔗 Success 0.005
testRequiredImports 🔗 Success 0.000
testCollectTerminal 🔗 Success 0.000
testFlatMapOperation 🔗 Success 0.001
testLimitOperation 🔗 Success 0.004
testSimpleForEach 🔗 Success 0.000
testIterableSourceImport 🔗 Success 0.000
testCanBuildWithNullModel 🔗 Success 0.000
testSortedWithComparator 🔗 Success 0.005
testStreamSource 🔗 Success 0.001
testCountTerminal 🔗 Success 0.001
testSortedOperation 🔗 Success 0.001
testAllMatchTerminal 🔗 Success 0.001
testCanBuildWithNullSource 🔗 Success 0.001
testArraySource 🔗 Success 0.001
testCanBuildWithBreak 🔗 Success 0.001
testExplicitRangeSource 🔗 Success 0.001
testExplicitRangeSourceWithVariables 🔗 Success 0.000
testReduceTerminal 🔗 Success 0.001
testAnyMatchTerminal 🔗 Success 0.000
testComplexPipeline 🔗 Success 0.001
testNoneMatchTerminal 🔗 Success 0.001
testIntRangeSourceImport 🔗 Success 0.000
testFindFirstTerminal 🔗 Success 0.000
testMultipleStatementsInForEach 🔗 Success 0.001
testIterableSource 🔗 Success 0.001
testDistinctOperation 🔗 Success 0.002
testFindAnyTerminal 🔗 Success 0.001
Properties »

Back to top

TestCase org.sandbox.functional.core.model.LoopModelPipelineTest 🔗

Name Status Type Time(s)
testEqualsIncludesOperationsAndTerminal 🔗 Success 0.186
testBuildCompleteModel 🔗 Success 0.027
testExplicitRangeWithFilterAndMap 🔗 Success 0.006
testEmptyPipeline 🔗 Success 0.001
testWithTerminalRejectsNull 🔗 Success 0.022
testFluentApiMetadataReturnsThis 🔗 Success 0.012
testAddOperationRejectsNull 🔗 Success 0.007
testExplicitRangeWithForEach 🔗 Success 0.013
testFluentApiElementReturnsThis 🔗 Success 0.006
testAddMultipleOperations 🔗 Success 0.001
testOperationsAreIndependent 🔗 Success 0.004
testAddOperationsClearedByCreatingNewModel 🔗 Success 0.001
testSetTerminal 🔗 Success 0.004
testHashCodeIncludesOperationsAndTerminal 🔗 Success 0.013
testToStringIncludesOperationsAndTerminal 🔗 Success 0.017
testFluentApiWithTerminalReturnsThis 🔗 Success 0.001
testFluentApiSourceReturnsThis 🔗 Success 0.002
testGetOperationsReturnsUnmodifiableList 🔗 Success 0.004
testFluentApiAddOperationReturnsThis 🔗 Success 0.004
Properties »

Back to top

TestCase org.sandbox.functional.core.model.LoopModelTest 🔗

Name Status Type Time(s)
testLoopMetadata 🔗 Success 0.001
testLoopModelToString 🔗 Success 0.001
testLoopModelWithComponents 🔗 Success 0.007
testElementDescriptor 🔗 Success 0.004
testLoopModelCanBeInstantiated 🔗 Success 0.001
testSourceDescriptor 🔗 Success 0.002
Properties »

Back to top

TestCase org.sandbox.functional.core.operation.OperationTest 🔗

Name Status Type Time(s)
testMapOpSingleArg 🔗 Success 0.001
testSortOpWithComparator 🔗 Success 0.000
testMapOp 🔗 Success 0.000
testFlatMapOp 🔗 Success 0.000
testSortOpNatural 🔗 Success 0.001
testLimitOp 🔗 Success 0.003
testFilterOp 🔗 Success 0.000
testMapOpWithTargetType 🔗 Success 0.000
testPeekOp 🔗 Success 0.000
testSkipOp 🔗 Success 0.000
testDistinctOp 🔗 Success 0.000
Properties »

Back to top

TestCase org.sandbox.functional.core.renderer.StringRendererTest 🔗

Name Status Type Time(s)
testRenderSourceCollection 🔗 Success 0.001
testRenderMap 🔗 Success 0.000
testRenderSourceExplicitRangeInvalidMultipleCommas 🔗 Success 0.004
testRenderSourceIterable 🔗 Success 0.000
testRenderSourceStream 🔗 Success 0.000
testRenderFindFirst 🔗 Success 0.001
testRenderAllMatch 🔗 Success 0.001
testRenderSourceExplicitRangeInvalidOnlyComma 🔗 Success 0.002
testRenderCollectToSet 🔗 Success 0.001
testRenderSortedWithComparator 🔗 Success 0.001
testRenderNoneMatch 🔗 Success 0.001
testRenderSourceExplicitRangeInvalidEmptyEnd 🔗 Success 0.001
testRenderForEachOrdered 🔗 Success 0.002
testRenderSourceExplicitRangeInvalidNoComma 🔗 Success 0.001
testRenderFindAny 🔗 Success 0.000
testRenderForEachMultipleStatements 🔗 Success 0.000
testRenderFlatMap 🔗 Success 0.001
testRenderForEach 🔗 Success 0.001
testRenderPeek 🔗 Success 0.000
testRenderSkip 🔗 Success 0.001
testRenderSourceArray 🔗 Success 0.001
testRenderSourceExplicitRangeInvalidWhitespaceOnly 🔗 Success 0.002
testRenderAnyMatch 🔗 Success 0.002
testRenderSourceExplicitRangeWithVariables 🔗 Success 0.000
testRenderSourceExplicitRange 🔗 Success 0.001
testRenderFilter 🔗 Success 0.001
testRenderSourceExplicitRangeInvalidEmptyStart 🔗 Success 0.002
testRenderDistinct 🔗 Success 0.000
testRenderSortedWithoutComparator 🔗 Success 0.001
testRenderCollectToList 🔗 Success 0.000
testRenderReduce 🔗 Success 0.001
testRenderSourceExplicitRangeWithExpression 🔗 Success 0.001
testRenderCount 🔗 Success 0.002
testRenderLimit 🔗 Success 0.001
testRenderSourceIntRange 🔗 Success 0.001
Properties »

Back to top

TestCase org.sandbox.functional.core.terminal.TerminalOperationTest 🔗

Name Status Type Time(s)
testCollectTerminal 🔗 Success 0.002
testForEachOrderedTerminal 🔗 Success 0.001
testForEachTerminal 🔗 Success 0.002
testMatchTerminalAnyMatch 🔗 Success 0.006
testCountTerminal 🔗 Success 0.002
testReduceTerminal 🔗 Success 0.005
testMatchTerminalNoneMatch 🔗 Success 0.001
testFindFirstTerminal 🔗 Success 0.001
testForEachTerminalSingleArg 🔗 Success 0.000
testMatchTerminalAllMatch 🔗 Success 0.000
testFindAnyTerminal 🔗 Success 0.000
Properties »

Back to top

TestCase org.sandbox.functional.core.transformer.LoopModelTransformerTest 🔗

Name Status Type Time(s)
testPeekOperation 🔗 Success 0.001
testSkipOperation 🔗 Success 0.000
testTransformThrowsOnNullSource 🔗 Success 0.001
testCollectTerminal 🔗 Success 0.001
testTransformThrowsOnNullModel 🔗 Success 0.002
testSimpleForEach 🔗 Success 0.001
testDefaultVariableNameWhenElementIsNull 🔗 Success 0.000
testCanTransformValidModel 🔗 Success 0.002
testCountTerminal 🔗 Success 0.000
testArraySource 🔗 Success 0.000
testCanTransformWithNullSource 🔗 Success 0.001
testFilterMapPipeline 🔗 Success 0.000
testComplexPipeline 🔗 Success 0.001
testCanTransformWithNullModel 🔗 Success 0.001
testFindFirstTerminal 🔗 Success 0.000
testCanTransformWithBreak 🔗 Success 0.000
Properties »

Back to top

All Test Reports | Coverage Reports | GitHub Repository

Generated by Sandbox