Skip to content

Commit

Permalink
Remove all unused reporting related code from spec-suite-tools
Browse files Browse the repository at this point in the history
This was completely removed in 3.4 anyway and this way we don't need to care about a bunch of old dependencies
  • Loading branch information
SaschaPeukert committed Sep 12, 2018
1 parent fa51722 commit 4f8db1a
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 1,228 deletions.
Expand Up @@ -32,8 +32,6 @@
import static cypher.SpecSuiteConstants.CYPHER_OPTION_PLUGIN;
import static cypher.SpecSuiteConstants.DB_CONFIG;
import static cypher.SpecSuiteConstants.GLUE_PATH;
import static cypher.SpecSuiteConstants.HTML_REPORT;
import static cypher.SpecSuiteConstants.JSON_REPORT;
import static junit.framework.TestCase.fail;

@RunWith( Enclosed.class )
Expand Down Expand Up @@ -71,8 +69,6 @@ public static void teardown()
@CucumberOptions(
plugin = {
DB_CONFIG + "default.json",
HTML_REPORT + SUITE_NAME + "/default",
JSON_REPORT + SUITE_NAME + "/default",
BLACKLIST_PLUGIN + "default.txt"
},
glue = { GLUE_PATH },
Expand All @@ -88,8 +84,6 @@ public static class Default extends Base
@CucumberOptions(
plugin = {
DB_CONFIG + "cost.json",
HTML_REPORT + SUITE_NAME + "/cost",
JSON_REPORT + SUITE_NAME + "/cost",
BLACKLIST_PLUGIN + "cost.txt"
},
glue = { GLUE_PATH },
Expand All @@ -105,8 +99,6 @@ public static class Cost extends Base
@CucumberOptions(
plugin = {
DB_CONFIG + "cost-compiled.json",
HTML_REPORT + SUITE_NAME + "/cost-compiled",
JSON_REPORT + SUITE_NAME + "/cost-compiled",
BLACKLIST_PLUGIN + "cost-compiled.txt"
},
glue = { GLUE_PATH },
Expand All @@ -122,8 +114,6 @@ public static class CostCompiled extends Base
@CucumberOptions(
plugin = {
DB_CONFIG + "cost-compiled.json",
HTML_REPORT + SUITE_NAME + "/cost-compiled-sourcecode",
JSON_REPORT + SUITE_NAME + "/cost-compiled-sourcecode",
BLACKLIST_PLUGIN + "cost-compiled.txt",
CYPHER_OPTION_PLUGIN + "cost-compiled-sourcecode.txt"
},
Expand All @@ -140,8 +130,6 @@ public static class CostCompiledSourceCode extends Base
@CucumberOptions(
plugin = {
DB_CONFIG + "cost-slotted.json",
HTML_REPORT + SUITE_NAME + "/cost-slotted",
JSON_REPORT + SUITE_NAME + "/cost-slotted",
BLACKLIST_PLUGIN + "cost-slotted.txt"
},
glue = { GLUE_PATH },
Expand All @@ -157,8 +145,6 @@ public static class CostSlotted extends Base
@CucumberOptions(
plugin = {
DB_CONFIG + "compatibility-23.json",
HTML_REPORT + SUITE_NAME + "/compatibility-23",
JSON_REPORT + SUITE_NAME + "/compatibility-23",
BLACKLIST_PLUGIN + "compatibility-23.txt"
},
glue = { GLUE_PATH },
Expand All @@ -174,8 +160,6 @@ public static class Compatibility23 extends Base
@CucumberOptions(
plugin = {
DB_CONFIG + "compatibility-31.json",
HTML_REPORT + SUITE_NAME + "/compatibility-31",
JSON_REPORT + SUITE_NAME + "/compatibility-31",
BLACKLIST_PLUGIN + "compatibility-31.txt"
},
glue = { GLUE_PATH },
Expand All @@ -191,8 +175,6 @@ public static class Compatibility31 extends Base
@CucumberOptions(
plugin = {
DB_CONFIG + "compatibility-32.json",
HTML_REPORT + SUITE_NAME + "/compatibility-32",
JSON_REPORT + SUITE_NAME + "/compatibility-32",
BLACKLIST_PLUGIN + "compatibility-32.txt"
},
glue = { GLUE_PATH },
Expand Down
Expand Up @@ -32,8 +32,6 @@
import static cypher.SpecSuiteConstants.CYPHER_OPTION_PLUGIN;
import static cypher.SpecSuiteConstants.DB_CONFIG;
import static cypher.SpecSuiteConstants.GLUE_PATH;
import static cypher.SpecSuiteConstants.HTML_REPORT;
import static cypher.SpecSuiteConstants.JSON_REPORT;
import static junit.framework.TestCase.fail;

@RunWith( CompatibilitySpecSuiteResources.class )
Expand Down Expand Up @@ -71,8 +69,6 @@ public static void teardown()
@CucumberOptions(
plugin = {
DB_CONFIG + "default.json",
HTML_REPORT + SUITE_NAME + "/default",
JSON_REPORT + SUITE_NAME + "/default",
BLACKLIST_PLUGIN + "default.txt"
},
glue = { GLUE_PATH },
Expand All @@ -88,8 +84,6 @@ public static class Default extends Base
@CucumberOptions(
plugin = {
DB_CONFIG + "cost.json",
HTML_REPORT + SUITE_NAME + "/cost",
JSON_REPORT + SUITE_NAME + "/cost",
BLACKLIST_PLUGIN + "cost.txt"
},
glue = { GLUE_PATH },
Expand All @@ -105,8 +99,6 @@ public static class Cost extends Base
@CucumberOptions(
plugin = {
DB_CONFIG + "cost-compiled.json",
HTML_REPORT + SUITE_NAME + "/cost-compiled",
JSON_REPORT + SUITE_NAME + "/cost-compiled",
BLACKLIST_PLUGIN + "cost-compiled.txt"
},
glue = { GLUE_PATH },
Expand All @@ -122,8 +114,6 @@ public static class CostCompiled extends Base
@CucumberOptions(
plugin = {
DB_CONFIG + "cost-compiled.json",
HTML_REPORT + SUITE_NAME + "/cost-compiled-sourcecode",
JSON_REPORT + SUITE_NAME + "/cost-compiled-sourcecode",
BLACKLIST_PLUGIN + "cost-compiled.txt",
CYPHER_OPTION_PLUGIN + "cost-compiled-sourcecode.txt"
},
Expand All @@ -140,8 +130,6 @@ public static class CostCompiledSourceCode extends Base
@CucumberOptions(
plugin = {
DB_CONFIG + "cost-slotted.json",
HTML_REPORT + SUITE_NAME + "/cost-slotted",
JSON_REPORT + SUITE_NAME + "/cost-slotted",
BLACKLIST_PLUGIN + "cost-slotted.txt",
},
glue = { GLUE_PATH },
Expand All @@ -157,8 +145,6 @@ public static class CostSlotted extends Base
@CucumberOptions(
plugin = {
DB_CONFIG + "compatibility-23.json",
HTML_REPORT + SUITE_NAME + "/compatibility-23",
JSON_REPORT + SUITE_NAME + "/compatibility-23",
BLACKLIST_PLUGIN + "compatibility-23.txt"
},
glue = { GLUE_PATH },
Expand All @@ -174,8 +160,6 @@ public static class Compatibility23 extends Base
@CucumberOptions(
plugin = {
DB_CONFIG + "compatibility-31.json",
HTML_REPORT + SUITE_NAME + "/compatibility-31",
JSON_REPORT + SUITE_NAME + "/compatibility-31",
BLACKLIST_PLUGIN + "compatibility-31.txt"
},
glue = { GLUE_PATH },
Expand Down

0 comments on commit 4f8db1a

Please sign in to comment.