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

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.976
org.gradoop.dataintegration.transformation.impl 22 0 0 0 100% 4.636
org.gradoop.dataintegration.importer.impl.csv 11 0 0 0 100% 6.743
org.gradoop.dataintegration.importer.impl.json.functions 9 0 0 0 100% 0.21
org.gradoop.dataintegration.transformation 15 0 0 0 100% 4.04
org.gradoop.dataintegration.importer.impl.json 2 0 0 0 100% 1.312

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
AccumulatePropagatedValuesTest 1 0 0 0 100% 0.288
BuildTargetVertexIdPropertyValuePairsTest 1 0 0 0 100% 0.285
MarkDuplicatesInGroupTest 1 0 0 0 100% 0.346
BuildIdPropertyValuePairsTest 1 0 0 0 100% 0.157
CreateCartesianNeighborhoodEdgesTest 2 0 0 0 100% 0.36
GetPropertiesAsListTest 3 0 0 0 100% 0.149
CreateEdgesFromTripleTest 1 0 0 0 100% 0.188
NeighborhoodTest 9 0 0 0 100% 1.879
CreateMappingFromMarkedDuplicatesTest 1 0 0 0 100% 0.145
CreateVertexFromEdgesTest 1 0 0 0 100% 0.179

org.gradoop.dataintegration.transformation.impl

Class Tests Errors Failures Skipped Success Rate Time
PropertyTransformationTest 12 0 0 0 100% 2.437
InvertEdgesTest 3 0 0 0 100% 0.234
ExtractPropertyFromVertexTest 7 0 0 0 100% 1.965

org.gradoop.dataintegration.importer.impl.csv

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

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

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

org.gradoop.dataintegration.transformation

Class Tests Errors Failures Skipped Success Rate Time
PropagatePropertyToNeighborTest 5 0 0 0 100% 1.106
VertexDeduplicationTest 3 0 0 0 100% 0.765
VertexToEdgeTest 1 0 0 0 100% 0.437
EdgeToVertexTest 3 0 0 0 100% 0.647
ConnectNeighborsTest 3 0 0 0 100% 1.085

org.gradoop.dataintegration.importer.impl.json

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

Test Cases

[Summary] [Package List] [Test Cases]

PropagatePropertyToNeighborTest

testPropagateAlongCertainEdges 0.187
testPropagateToCertainVertices 0.196
testPropagateInLoops 0.183
testPropagateDirected 0.213
testPropagateToCertainVerticesAlongCertainEdges 0.176

AccumulatePropagatedValuesTest

testCoGroup 0.126

BuildTargetVertexIdPropertyValuePairsTest

testJoinFunction 0.126

MinimalJSONImporterTest

testReadFile 0.505
testReadDir 0.591

MarkDuplicatesInGroupTest

testReduce 0.204

BuildIdPropertyValuePairsTest

testFunction 0.019

PropertyTransformationTest

testEdgeTransformationNewPropKey 0.164
testGHTransformationWithoutHistory 0.161
testVertexTransformationNewPropKey 0.191
testGHTransformationNewPropKey 0.198
testEdgeTransformationWithoutHistory 0.184
testAllTransformationFunctions 0.22
testVertexTransformation 0.207
testGHTransformation 0.184
testEdgeTransformation 0.236
testVertexTransformationLabelSpecific 0.204
testEdgeTransformationLabelSpecific 0.163
testVertexTransformationWithoutHistory 0.178

CreateCartesianNeighborhoodEdgesTest

testWithNonEmptyNeighborhood 0.176
testWithEmptyNeighborhood 0.029

GetPropertiesAsListTest

testWithSomeSet 0.002
testWithAllSet 0.001
testWithAllUnset 0

InvertEdgesTest

secondNullArgumentTest 0.001
testInvert 0.094
firstNullArgumentTest 0

MinimalCSVImporterTest

testEmptyProperty 1.388
testEmptyLines 0.908
testImportVertexWithHeader 0.097
testReoccurringHeader 0.522
testImportVertexWithoutHeader 0.043
testQuotedFields 0.329
testImportGraphCollection 0.054
testImportLogicalGraphWithoutHeader 0.37
testImporterWithEmptyFile 0.021
testImportLogicalGraphWithHeader 0.294
testImporterWithEmptyLineInFile 0.018

VertexDeduplicationTest

testWithUnknownProperty 0.127
testWithGraph 0.24
testWithUnknownLabel 0.253

ExtractPropertyFromVertexTest

cityDeduplicationTest 0.143
nonDeduplicationTest 0.038
containGraphHeadIdTest 0.227
edgeCreationNewToOriginTest 0.408
listPropertyTest 0.188
edgeCreationBidirectionalTest 0.397
edgeCreationOriginToNewTest 0.427

MinimalJsonToVertexTest

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

VertexToEdgeTest

testWithEdgeCreation 0.306

CreateEdgesFromTripleTest

testFunction 0.024

NeighborhoodTest

testNeighborhood[neighborhood of center (INCOMING)] 0.149
testNeighborhood[neighborhood of center (OUTGOING)] 0.219
testNeighborhood[neighborhood of center (UNDIRECTED)] 0.203
testNeighborhood[neighborhood of center2 (INCOMING)] 0.186
testNeighborhood[neighborhood of center2 (OUTGOING)] 0.188
testNeighborhood[neighborhood of center2 (UNDIRECTED)] 0.2
testNeighborhood[neighborhood of nocenter (INCOMING)] 0.184
testNeighborhood[neighborhood of nocenter (OUTGOING)] 0.162
testNeighborhood[neighborhood of nocenter (UNDIRECTED)] 0.189

CreateMappingFromMarkedDuplicatesTest

testFlatMapFunction 0.015

EdgeToVertexTest

testForNullParameters 0.005
testWithoutVertexCreation 0.255
testWithVertexCreation 0.237

CreateVertexFromEdgesTest

testFunction 0.026

ConnectNeighborsTest

testOutgoing 0.36
testIncoming 0.249
testUndirected 0.337