Check for the presence of all Modifier plugins.
()
| 134 | * Check for the presence of all Modifier plugins. |
| 135 | */ |
| 136 | @Test |
| 137 | public void testModifierPlugins() throws IOException |
| 138 | { |
| 139 | Path sourceFolder = Paths.get("code/src/java/plugin/modifier"); |
| 140 | Path jar = Paths.get("plugins/modifierplugins.jar"); |
| 141 | checkPluginJar(jar, sourceFolder); |
| 142 | } |
| 143 | |
| 144 | /** |
| 145 | * Check for the presence of all PRE tokens plugins. |
nothing calls this directly
no test coverage detected