Fork me on GitHub

Surefire Report

Summary

[Summary] [Package List] [Test Cases]


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

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.impl 22 0 0 0 100% 4.638
org.gradoop.dataintegration.transformation.functions 21 0 0 0 100% 3.264
org.gradoop.dataintegration.importer.impl.csv 11 0 0 0 100% 6.664
org.gradoop.dataintegration.importer.impl.json.functions 9 0 0 0 100% 0.209
org.gradoop.dataintegration.transformation 15 0 0 0 100% 4.822
org.gradoop.dataintegration.importer.impl.json 2 0 0 0 100% 1.325

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

org.gradoop.dataintegration.transformation.impl

Class Tests Errors Failures Skipped Success Rate Time
ExtractPropertyFromVertexTest 7 0 0 0 100% 1.855
PropertyTransformationTest 12 0 0 0 100% 2.517
InvertEdgesTest 3 0 0 0 100% 0.266

org.gradoop.dataintegration.transformation.functions

Class Tests Errors Failures Skipped Success Rate Time
BuildTargetVertexIdPropertyValuePairsTest 1 0 0 0 100% 0.235
NeighborhoodTest 9 0 0 0 100% 1.627
GetPropertiesAsListTest 3 0 0 0 100% 0.134
CreateVertexFromEdgesTest 1 0 0 0 100% 0.154
CreateEdgesFromTripleTest 1 0 0 0 100% 0.154
BuildIdPropertyValuePairsTest 1 0 0 0 100% 0.154
CreateCartesianNeighborhoodEdgesTest 2 0 0 0 100% 0.184
CreateMappingFromMarkedDuplicatesTest 1 0 0 0 100% 0.134
MarkDuplicatesInGroupTest 1 0 0 0 100% 0.245
AccumulatePropagatedValuesTest 1 0 0 0 100% 0.243

org.gradoop.dataintegration.importer.impl.csv

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

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

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

org.gradoop.dataintegration.transformation

Class Tests Errors Failures Skipped Success Rate Time
ConnectNeighborsTest 3 0 0 0 100% 1.371
EdgeToVertexTest 3 0 0 0 100% 0.67
PropagatePropertyToNeighborTest 5 0 0 0 100% 1.478
VertexDeduplicationTest 3 0 0 0 100% 0.827
VertexToEdgeTest 1 0 0 0 100% 0.476

org.gradoop.dataintegration.importer.impl.json

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

Test Cases

[Summary] [Package List] [Test Cases]

ExtractPropertyFromVertexTest

cityDeduplicationTest 0.152
nonDeduplicationTest 0.027
containGraphHeadIdTest 0.204
edgeCreationNewToOriginTest 0.39
listPropertyTest 0.167
edgeCreationBidirectionalTest 0.403
edgeCreationOriginToNewTest 0.37

PropertyTransformationTest

testEdgeTransformationNewPropKey 0.23
testGHTransformationWithoutHistory 0.165
testVertexTransformationNewPropKey 0.165
testGHTransformationNewPropKey 0.172
testEdgeTransformationWithoutHistory 0.235
testAllTransformationFunctions 0.184
testVertexTransformation 0.208
testGHTransformation 0.204
testEdgeTransformation 0.331
testVertexTransformationLabelSpecific 0.16
testEdgeTransformationLabelSpecific 0.169
testVertexTransformationWithoutHistory 0.13

BuildTargetVertexIdPropertyValuePairsTest

testJoinFunction 0.104

NeighborhoodTest

testNeighborhood[neighborhood of center (INCOMING)] 0.125
testNeighborhood[neighborhood of center (OUTGOING)] 0.169
testNeighborhood[neighborhood of center (UNDIRECTED)] 0.188
testNeighborhood[neighborhood of center2 (INCOMING)] 0.156
testNeighborhood[neighborhood of center2 (OUTGOING)] 0.166
testNeighborhood[neighborhood of center2 (UNDIRECTED)] 0.168
testNeighborhood[neighborhood of nocenter (INCOMING)] 0.163
testNeighborhood[neighborhood of nocenter (OUTGOING)] 0.167
testNeighborhood[neighborhood of nocenter (UNDIRECTED)] 0.176

GetPropertiesAsListTest

testWithSomeSet 0.001
testWithAllSet 0
testWithAllUnset 0

MinimalJsonToVertexTest

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

ConnectNeighborsTest

testOutgoing 0.404
testIncoming 0.342
testUndirected 0.46

EdgeToVertexTest

testForNullParameters 0.006
testWithoutVertexCreation 0.239
testWithVertexCreation 0.233

CreateVertexFromEdgesTest

testFunction 0.01

PropagatePropertyToNeighborTest

testPropagateAlongCertainEdges 0.26
testPropagateToCertainVertices 0.262
testPropagateInLoops 0.224
testPropagateDirected 0.262
testPropagateToCertainVerticesAlongCertainEdges 0.3

CreateEdgesFromTripleTest

testFunction 0.016

BuildIdPropertyValuePairsTest

testFunction 0.011

CreateCartesianNeighborhoodEdgesTest

testWithNonEmptyNeighborhood 0.033
testWithEmptyNeighborhood 0.018

VertexDeduplicationTest

testWithUnknownProperty 0.15
testWithGraph 0.268
testWithUnknownLabel 0.213

InvertEdgesTest

secondNullArgumentTest 0.001
testInvert 0.092
firstNullArgumentTest 0

VertexToEdgeTest

testWithEdgeCreation 0.32

CreateMappingFromMarkedDuplicatesTest

testFlatMapFunction 0.012

MinimalCSVImporterTest

testEmptyProperty 1.297
testEmptyLines 0.998
testImportVertexWithHeader 0.088
testReoccurringHeader 0.52
testImportVertexWithoutHeader 0.042
testQuotedFields 0.35
testImportGraphCollection 0.058
testImportLogicalGraphWithoutHeader 0.311
testImporterWithEmptyFile 0.026
testImportLogicalGraphWithHeader 0.343
testImporterWithEmptyLineInFile 0.021

MarkDuplicatesInGroupTest

testReduce 0.106

AccumulatePropagatedValuesTest

testCoGroup 0.105

MinimalJSONImporterTest

testReadFile 0.553
testReadDir 0.564