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

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.775
org.gradoop.dataintegration.transformation.functions 21 0 0 0 100% 3.678
org.gradoop.dataintegration.importer.impl.csv 11 0 0 0 100% 2.6
org.gradoop.dataintegration.importer.impl.json.functions 9 0 0 0 100% 2.652
org.gradoop.dataintegration.transformation 15 0 0 0 100% 4.145
org.gradoop.dataintegration.importer.impl.json 2 0 0 0 100% 2.869

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.968
InvertEdgesTest 3 0 0 0 100% 0.265
PropertyTransformationTest 12 0 0 0 100% 2.542

org.gradoop.dataintegration.transformation.functions

Class Tests Errors Failures Skipped Success Rate Time
BuildIdPropertyValuePairsTest 1 0 0 0 100% 0.147
NeighborhoodTest 9 0 0 0 100% 1.718
MarkDuplicatesInGroupTest 1 0 0 0 100% 0.237
GetPropertiesAsListTest 3 0 0 0 100% 0.156
CreateCartesianNeighborhoodEdgesTest 2 0 0 0 100% 0.418
CreateEdgesFromTripleTest 1 0 0 0 100% 0.166
CreateVertexFromEdgesTest 1 0 0 0 100% 0.146
AccumulatePropagatedValuesTest 1 0 0 0 100% 0.287
CreateMappingFromMarkedDuplicatesTest 1 0 0 0 100% 0.167
BuildTargetVertexIdPropertyValuePairsTest 1 0 0 0 100% 0.236

org.gradoop.dataintegration.importer.impl.csv

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

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

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

org.gradoop.dataintegration.transformation

Class Tests Errors Failures Skipped Success Rate Time
PropagatePropertyToNeighborTest 5 0 0 0 100% 1.247
EdgeToVertexTest 3 0 0 0 100% 0.515
ConnectNeighborsTest 3 0 0 0 100% 0.874
VertexToEdgeTest 1 0 0 0 100% 0.377
VertexDeduplicationTest 3 0 0 0 100% 1.132

org.gradoop.dataintegration.importer.impl.json

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

Test Cases

[Summary] [Package List] [Test Cases]

ExtractPropertyFromVertexTest

cityDeduplicationTest 0.161
nonDeduplicationTest 0.036
containGraphHeadIdTest 0.215
edgeCreationNewToOriginTest 0.394
listPropertyTest 0.163
edgeCreationBidirectionalTest 0.405
edgeCreationOriginToNewTest 0.424

MinimalJSONImporterTest

testReadFile 1.942
testReadDir 0.719

BuildIdPropertyValuePairsTest

testFunction 0.014

MinimalJsonToVertexTest

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

PropagatePropertyToNeighborTest

testPropagateAlongCertainEdges 0.229
testPropagateToCertainVertices 0.22
testPropagateInLoops 0.227
testPropagateDirected 0.201
testPropagateToCertainVerticesAlongCertainEdges 0.192

MinimalCSVImporterTest

testEmptyProperty 0.597
testEmptyLines 0.369
testImportVertexWithHeader 0.064
testReoccurringHeader 0.322
testImportVertexWithoutHeader 0.036
testQuotedFields 0.351
testImportGraphCollection 0.054
testImportLogicalGraphWithoutHeader 0.243
testImporterWithEmptyFile 0.017
testImportLogicalGraphWithHeader 0.313
testImporterWithEmptyLineInFile 0.02

EdgeToVertexTest

testForNullParameters 0.001
testWithoutVertexCreation 0.184
testWithVertexCreation 0.197

NeighborhoodTest

testNeighborhood[neighborhood of center (INCOMING)] 0.13
testNeighborhood[neighborhood of center (OUTGOING)] 0.185
testNeighborhood[neighborhood of center (UNDIRECTED)] 0.194
testNeighborhood[neighborhood of center2 (INCOMING)] 0.175
testNeighborhood[neighborhood of center2 (OUTGOING)] 0.178
testNeighborhood[neighborhood of center2 (UNDIRECTED)] 0.181
testNeighborhood[neighborhood of nocenter (INCOMING)] 0.16
testNeighborhood[neighborhood of nocenter (OUTGOING)] 0.159
testNeighborhood[neighborhood of nocenter (UNDIRECTED)] 0.175

MarkDuplicatesInGroupTest

testReduce 0.106

ConnectNeighborsTest

testOutgoing 0.225
testIncoming 0.227
testUndirected 0.279

InvertEdgesTest

secondNullArgumentTest 0.001
testInvert 0.089
firstNullArgumentTest 0.001

PropertyTransformationTest

testEdgeTransformationNewPropKey 0.211
testGHTransformationWithoutHistory 0.184
testVertexTransformationNewPropKey 0.178
testGHTransformationNewPropKey 0.191
testEdgeTransformationWithoutHistory 0.223
testAllTransformationFunctions 0.164
testVertexTransformation 0.208
testGHTransformation 0.18
testEdgeTransformation 0.171
testVertexTransformationLabelSpecific 0.304
testEdgeTransformationLabelSpecific 0.2
testVertexTransformationWithoutHistory 0.19

VertexToEdgeTest

testWithEdgeCreation 0.21

GetPropertiesAsListTest

testWithSomeSet 0.002
testWithAllSet 0
testWithAllUnset 0

CreateCartesianNeighborhoodEdgesTest

testWithNonEmptyNeighborhood 0.206
testWithEmptyNeighborhood 0.027

CreateEdgesFromTripleTest

testFunction 0.015

CreateVertexFromEdgesTest

testFunction 0.018

AccumulatePropagatedValuesTest

testCoGroup 0.113

CreateMappingFromMarkedDuplicatesTest

testFlatMapFunction 0.014

VertexDeduplicationTest

testWithUnknownProperty 0.221
testWithGraph 0.316
testWithUnknownLabel 0.382

BuildTargetVertexIdPropertyValuePairsTest

testJoinFunction 0.108