Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


Tests Errors Failures Skipped Success Rate Time
80 0 0 0 100% 21.402

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
org.gradoop.dataintegration.transformation.functions 21 0 0 0 100% 3.559
org.gradoop.dataintegration.importer.impl.csv 11 0 0 0 100% 6.947
org.gradoop.dataintegration.transformation.impl 22 0 0 0 100% 4.398
org.gradoop.dataintegration.importer.impl.json.functions 9 0 0 0 100% 0.234
org.gradoop.dataintegration.transformation 15 0 0 0 100% 4.941
org.gradoop.dataintegration.importer.impl.json 2 0 0 0 100% 1.323

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

org.gradoop.dataintegration.transformation.functions

Class Tests Errors Failures Skipped Success Rate Time
BuildIdPropertyValuePairsTest 1 0 0 0 100% 0.189
CreateCartesianNeighborhoodEdgesTest 2 0 0 0 100% 0.205
BuildTargetVertexIdPropertyValuePairsTest 1 0 0 0 100% 0.245
CreateMappingFromMarkedDuplicatesTest 1 0 0 0 100% 0.165
NeighborhoodTest 9 0 0 0 100% 1.736
AccumulatePropagatedValuesTest 1 0 0 0 100% 0.276
CreateEdgesFromTripleTest 1 0 0 0 100% 0.156
CreateVertexFromEdgesTest 1 0 0 0 100% 0.154
GetPropertiesAsListTest 3 0 0 0 100% 0.167
MarkDuplicatesInGroupTest 1 0 0 0 100% 0.266

org.gradoop.dataintegration.importer.impl.csv

Class Tests Errors Failures Skipped Success Rate Time
MinimalCSVImporterTest 11 0 0 0 100% 6.947

org.gradoop.dataintegration.transformation.impl

Class Tests Errors Failures Skipped Success Rate Time
InvertEdgesTest 3 0 0 0 100% 0.225
PropertyTransformationTest 12 0 0 0 100% 2.298
ExtractPropertyFromVertexTest 7 0 0 0 100% 1.875

org.gradoop.dataintegration.importer.impl.json.functions

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

org.gradoop.dataintegration.transformation

Class Tests Errors Failures Skipped Success Rate Time
PropagatePropertyToNeighborTest 5 0 0 0 100% 1.537
VertexToEdgeTest 1 0 0 0 100% 0.679
EdgeToVertexTest 3 0 0 0 100% 0.649
VertexDeduplicationTest 3 0 0 0 100% 0.936
ConnectNeighborsTest 3 0 0 0 100% 1.14

org.gradoop.dataintegration.importer.impl.json

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

Test Cases

[Summary] [Package List] [Test Cases]

BuildIdPropertyValuePairsTest

testFunction 0.015

CreateCartesianNeighborhoodEdgesTest

testWithNonEmptyNeighborhood 0.038
testWithEmptyNeighborhood 0.024

MinimalCSVImporterTest

testEmptyProperty 1.341
testEmptyLines 1.035
testImportVertexWithHeader 0.098
testReoccurringHeader 0.463
testImportVertexWithoutHeader 0.053
testQuotedFields 0.403
testImportGraphCollection 0.064
testImportLogicalGraphWithoutHeader 0.343
testImporterWithEmptyFile 0.018
testImportLogicalGraphWithHeader 0.299
testImporterWithEmptyLineInFile 0.019

BuildTargetVertexIdPropertyValuePairsTest

testJoinFunction 0.112

PropagatePropertyToNeighborTest

testPropagateAlongCertainEdges 0.248
testPropagateToCertainVertices 0.28
testPropagateInLoops 0.271
testPropagateDirected 0.241
testPropagateToCertainVerticesAlongCertainEdges 0.306

CreateMappingFromMarkedDuplicatesTest

testFlatMapFunction 0.015

NeighborhoodTest

testNeighborhood[neighborhood of center (INCOMING)] 0.124
testNeighborhood[neighborhood of center (OUTGOING)] 0.177
testNeighborhood[neighborhood of center (UNDIRECTED)] 0.214
testNeighborhood[neighborhood of center2 (INCOMING)] 0.183
testNeighborhood[neighborhood of center2 (OUTGOING)] 0.191
testNeighborhood[neighborhood of center2 (UNDIRECTED)] 0.178
testNeighborhood[neighborhood of nocenter (INCOMING)] 0.177
testNeighborhood[neighborhood of nocenter (OUTGOING)] 0.151
testNeighborhood[neighborhood of nocenter (UNDIRECTED)] 0.177

VertexToEdgeTest

testWithEdgeCreation 0.491

EdgeToVertexTest

testForNullParameters 0.005
testWithoutVertexCreation 0.214
testWithVertexCreation 0.247

AccumulatePropagatedValuesTest

testCoGroup 0.119

InvertEdgesTest

secondNullArgumentTest 0.002
testInvert 0.076
firstNullArgumentTest 0

CreateEdgesFromTripleTest

testFunction 0.013

CreateVertexFromEdgesTest

testFunction 0.014

MinimalJsonToVertexTest

testWithListOfLists 0.007
testWithInvalidJSON 0.001
testWithListOfPrimitives 0
testWithNestedObject 0
testWithBoolean 0
testWithEmptyObject 0
testWithInt 0
testWithString 0
testWithFloat 0.001

GetPropertiesAsListTest

testWithSomeSet 0
testWithAllSet 0
testWithAllUnset 0

MinimalJSONImporterTest

testReadFile 0.557
testReadDir 0.563

VertexDeduplicationTest

testWithUnknownProperty 0.14
testWithGraph 0.365
testWithUnknownLabel 0.255

ConnectNeighborsTest

testOutgoing 0.32
testIncoming 0.335
testUndirected 0.306

PropertyTransformationTest

testEdgeTransformationNewPropKey 0.17
testGHTransformationWithoutHistory 0.187
testVertexTransformationNewPropKey 0.163
testGHTransformationNewPropKey 0.16
testEdgeTransformationWithoutHistory 0.204
testAllTransformationFunctions 0.163
testVertexTransformation 0.204
testGHTransformation 0.15
testEdgeTransformation 0.233
testVertexTransformationLabelSpecific 0.163
testEdgeTransformationLabelSpecific 0.218
testVertexTransformationWithoutHistory 0.136

MarkDuplicatesInGroupTest

testReduce 0.107

ExtractPropertyFromVertexTest

cityDeduplicationTest 0.148
nonDeduplicationTest 0.042
containGraphHeadIdTest 0.218
edgeCreationNewToOriginTest 0.383
listPropertyTest 0.175
edgeCreationBidirectionalTest 0.384
edgeCreationOriginToNewTest 0.378