Check for the presence of all Grouping plugins.
()
| 101 | * Check for the presence of all Grouping plugins. |
| 102 | */ |
| 103 | @Test |
| 104 | public void testGroupingPlugins() throws IOException |
| 105 | { |
| 106 | Path sourceFolder = Paths.get("code/src/java/plugin/grouping"); |
| 107 | Path jar = Paths.get("plugins/groupingplugins.jar"); |
| 108 | checkPluginJar(jar, sourceFolder); |
| 109 | } |
| 110 | |
| 111 | /** |
| 112 | * Check for the presence of all JEP Commands plugins. |
nothing calls this directly
no test coverage detected