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.083

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.505
org.gradoop.dataintegration.transformation.functions 21 0 0 0 100% 4.017
org.gradoop.dataintegration.importer.impl.csv 11 0 0 0 100% 6.868
org.gradoop.dataintegration.importer.impl.json.functions 9 0 0 0 100% 0.233
org.gradoop.dataintegration.transformation 15 0 0 0 100% 4.118
org.gradoop.dataintegration.importer.impl.json 2 0 0 0 100% 1.342

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
PropertyTransformationTest 12 0 0 0 100% 2.346
ExtractPropertyFromVertexTest 7 0 0 0 100% 1.924
InvertEdgesTest 3 0 0 0 100% 0.235

org.gradoop.dataintegration.transformation.functions

Class Tests Errors Failures Skipped Success Rate Time
CreateEdgesFromTripleTest 1 0 0 0 100% 0.186
CreateCartesianNeighborhoodEdgesTest 2 0 0 0 100% 0.208
AccumulatePropagatedValuesTest 1 0 0 0 100% 0.261
GetPropertiesAsListTest 3 0 0 0 100% 0.175
CreateVertexFromEdgesTest 1 0 0 0 100% 0.197
CreateMappingFromMarkedDuplicatesTest 1 0 0 0 100% 0.188
NeighborhoodTest 9 0 0 0 100% 1.969
MarkDuplicatesInGroupTest 1 0 0 0 100% 0.39
BuildIdPropertyValuePairsTest 1 0 0 0 100% 0.176
BuildTargetVertexIdPropertyValuePairsTest 1 0 0 0 100% 0.267

org.gradoop.dataintegration.importer.impl.csv

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

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

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

org.gradoop.dataintegration.transformation

Class Tests Errors Failures Skipped Success Rate Time
PropagatePropertyToNeighborTest 5 0 0 0 100% 1.309
EdgeToVertexTest 3 0 0 0 100% 0.566
VertexToEdgeTest 1 0 0 0 100% 0.466
ConnectNeighborsTest 3 0 0 0 100% 1.013
VertexDeduplicationTest 3 0 0 0 100% 0.764

org.gradoop.dataintegration.importer.impl.json

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

Test Cases

[Summary] [Package List] [Test Cases]

PropertyTransformationTest

testEdgeTransformationNewPropKey 0.176
testGHTransformationWithoutHistory 0.171
testVertexTransformationNewPropKey 0.193
testGHTransformationNewPropKey 0.196
testEdgeTransformationWithoutHistory 0.185
testAllTransformationFunctions 0.21
testVertexTransformation 0.2
testGHTransformation 0.152
testEdgeTransformation 0.192
testVertexTransformationLabelSpecific 0.256
testEdgeTransformationLabelSpecific 0.142
testVertexTransformationWithoutHistory 0.126

CreateEdgesFromTripleTest

testFunction 0.024

CreateCartesianNeighborhoodEdgesTest

testWithNonEmptyNeighborhood 0.036
testWithEmptyNeighborhood 0.025

AccumulatePropagatedValuesTest

testCoGroup 0.11

GetPropertiesAsListTest

testWithSomeSet 0
testWithAllSet 0
testWithAllUnset 0

MinimalJSONImporterTest

testReadFile 0.562
testReadDir 0.572

ExtractPropertyFromVertexTest

cityDeduplicationTest 0.146
nonDeduplicationTest 0.04
containGraphHeadIdTest 0.217
edgeCreationNewToOriginTest 0.408
listPropertyTest 0.17
edgeCreationBidirectionalTest 0.401
edgeCreationOriginToNewTest 0.406

MinimalCSVImporterTest

testEmptyProperty 1.381
testEmptyLines 1.035
testImportVertexWithHeader 0.084
testReoccurringHeader 0.475
testImportVertexWithoutHeader 0.051
testQuotedFields 0.409
testImportGraphCollection 0.056
testImportLogicalGraphWithoutHeader 0.306
testImporterWithEmptyFile 0.019
testImportLogicalGraphWithHeader 0.302
testImporterWithEmptyLineInFile 0.021

CreateVertexFromEdgesTest

testFunction 0.019

PropagatePropertyToNeighborTest

testPropagateAlongCertainEdges 0.242
testPropagateToCertainVertices 0.238
testPropagateInLoops 0.22
testPropagateDirected 0.257
testPropagateToCertainVerticesAlongCertainEdges 0.176

InvertEdgesTest

secondNullArgumentTest 0.001
testInvert 0.073
firstNullArgumentTest 0

CreateMappingFromMarkedDuplicatesTest

testFlatMapFunction 0.024

EdgeToVertexTest

testForNullParameters 0.003
testWithoutVertexCreation 0.197
testWithVertexCreation 0.201

NeighborhoodTest

testNeighborhood[neighborhood of center (INCOMING)] 0.283
testNeighborhood[neighborhood of center (OUTGOING)] 0.192
testNeighborhood[neighborhood of center (UNDIRECTED)] 0.23
testNeighborhood[neighborhood of center2 (INCOMING)] 0.184
testNeighborhood[neighborhood of center2 (OUTGOING)] 0.182
testNeighborhood[neighborhood of center2 (UNDIRECTED)] 0.187
testNeighborhood[neighborhood of nocenter (INCOMING)] 0.163
testNeighborhood[neighborhood of nocenter (OUTGOING)] 0.18
testNeighborhood[neighborhood of nocenter (UNDIRECTED)] 0.186

MarkDuplicatesInGroupTest

testReduce 0.204

MinimalJsonToVertexTest

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

VertexToEdgeTest

testWithEdgeCreation 0.317

ConnectNeighborsTest

testOutgoing 0.287
testIncoming 0.27
testUndirected 0.312

VertexDeduplicationTest

testWithUnknownProperty 0.126
testWithGraph 0.209
testWithUnknownLabel 0.268

BuildIdPropertyValuePairsTest

testFunction 0.019

BuildTargetVertexIdPropertyValuePairsTest

testJoinFunction 0.127