@@ -34,37 +34,36 @@ public void testC(){
3434
3535 @ Test
3636 public void testFinalAssertions (){
37-
3837 // Git Stage
39- Path mphJar = Paths .get ("/ artifacts/ output/ mph-table-1.0.6-SNAPSHOT.jar" );
40- Path mphTestJar = Paths .get ("/ artifacts/ output/ mph-table-1.0.6-SNAPSHOT-tests.jar" );
38+ Path mphJar = Paths .get (System . getProperty ( "user.dir" ), " artifacts" , " output" , " mph-table-1.0.6-SNAPSHOT.jar" );
39+ Path mphTestJar = Paths .get (System . getProperty ( "user.dir" ), " artifacts" , " output" , " mph-table-1.0.6-SNAPSHOT-tests.jar" );
4140 LOGGER .info ("Starting Mph-Table Git Verification" );
4241 assertTrue (Files .exists (mphJar ));
4342 assertTrue (Files .exists (mphTestJar ));
4443
4544 // Build Stage
46- Path mphGraph = Paths .get ("mph_table_graph" );
45+ Path mphGraph = Paths .get (System . getProperty ( "user.dir" ), "mph_table_graph" );
4746 LOGGER .info ("Starting Mph-Table Build Verification" );
4847 assertTrue (Files .exists (mphGraph ));
4948
5049
5150 // Test Stage
52- Path mphSmartByteSerializer = Paths .get ("/ output/ TestSmartByteSerializer#canRoundTripBytes.dot" );
53- Path mphSmartByteSerializerReachability = Paths .get ("/ output/ TestSmartByteSerializer#canRoundTripBytes-reachability.dot" );
54- Path mphSmartIntegerSerializer = Paths .get ("/ output/ TestSmartIntegerSerializer#canRoundTripIntegers.dot" );
55- Path mphSmartIntegerSerializerReachability = Paths .get ("/ output/ TestSmartIntegerSerializer#canRoundTripIntegers-reachability.dot" );
56- Path mphSmartListSerializer = Paths .get ("/ output/ TestSmartListSerializer#canRoundTripSerializableLists.dot" );
57- Path mphSmartListSerializerReachability = Paths .get ("/ output/ TestSmartListSerializer#canRoundTripSerializableLists-reachability.dot" );
58- Path mphSmartListSerializerWithGenerator = Paths .get ("/ output/ TestSmartListSerializer#canRoundTripSerializableListsWithGenerator.dot" );
59- Path mphSmartListSerializerWithGeneratorReachability = Paths .get ("/ output/ TestSmartListSerializer#canRoundTripSerializableListsWithGenerator-reachability.dot" );
60- Path mphSmartLongSerializer = Paths .get ("/ output/ TestSmartLongSerializer#canRoundTripLongs.dot" );
61- Path mphSmartLongSerializerReachability = Paths .get ("/ output/ TestSmartLongSerializer#canRoundTripLongs-reachability.dot" );
62- Path mphSmartPairSerializer = Paths .get ("/ output/ TestSmartPairSerializer#canRoundTripPairs.dot" );
63- Path mphSmartPairSerializerReachability = Paths .get ("/ output/ TestSmartPairSerializer#canRoundTripPairs-reachability.dot" );
64- Path mphSmartShortSerializer = Paths .get ("/ output/ TestSmartShortSerializer#canRoundTripShort.dot" );
65- Path mphSmartShortSerializerReachability = Paths .get ("/ output/ TestSmartShortSerializer#canRoundTripShort-reachability.dot" );
66- Path mphSmartStringSerializer = Paths .get ("/ output/ TestSmartStringSerializer#canRoundTripStrings.dot" );
67- Path mphSmartStringSerializerReachability = Paths .get ("/ output/ TestSmartStringSerializer#canRoundTripStrings-reachability.dot" );
51+ Path mphSmartByteSerializer = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartByteSerializer#canRoundTripBytes.dot" );
52+ Path mphSmartByteSerializerReachability = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartByteSerializer#canRoundTripBytes-reachability.dot" );
53+ Path mphSmartIntegerSerializer = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartIntegerSerializer#canRoundTripIntegers.dot" );
54+ Path mphSmartIntegerSerializerReachability = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartIntegerSerializer#canRoundTripIntegers-reachability.dot" );
55+ Path mphSmartListSerializer = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartListSerializer#canRoundTripSerializableLists.dot" );
56+ Path mphSmartListSerializerReachability = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartListSerializer#canRoundTripSerializableLists-reachability.dot" );
57+ Path mphSmartListSerializerWithGenerator = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartListSerializer#canRoundTripSerializableListsWithGenerator.dot" );
58+ Path mphSmartListSerializerWithGeneratorReachability = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartListSerializer#canRoundTripSerializableListsWithGenerator-reachability.dot" );
59+ Path mphSmartLongSerializer = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartLongSerializer#canRoundTripLongs.dot" );
60+ Path mphSmartLongSerializerReachability = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartLongSerializer#canRoundTripLongs-reachability.dot" );
61+ Path mphSmartPairSerializer = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartPairSerializer#canRoundTripPairs.dot" );
62+ Path mphSmartPairSerializerReachability = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartPairSerializer#canRoundTripPairs-reachability.dot" );
63+ Path mphSmartShortSerializer = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartShortSerializer#canRoundTripShort.dot" );
64+ Path mphSmartShortSerializerReachability = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartShortSerializer#canRoundTripShort-reachability.dot" );
65+ Path mphSmartStringSerializer = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartStringSerializer#canRoundTripStrings.dot" );
66+ Path mphSmartStringSerializerReachability = Paths .get (System . getProperty ( "user.dir" ), " output" , " TestSmartStringSerializer#canRoundTripStrings-reachability.dot" );
6867 assertTrue (Files .exists (mphSmartByteSerializer ));
6968 assertTrue (Files .exists (mphSmartByteSerializerReachability ));
7069 assertTrue (Files .exists (mphSmartIntegerSerializer ));
0 commit comments