Check for the presence of all Qualifier plugins.
()
| 167 | * Check for the presence of all Qualifier plugins. |
| 168 | */ |
| 169 | @Test |
| 170 | public void testQualifierPlugins() throws IOException |
| 171 | { |
| 172 | Path sourceFolder = Paths.get("code/src/java/plugin/qualifier"); |
| 173 | Path jar = Paths.get("plugins/qualifierplugins.jar"); |
| 174 | checkPluginJar(jar, sourceFolder); |
| 175 | } |
| 176 | |
| 177 | private void checkPluginJar(Path jar, Path sourceFolder) throws IOException |
| 178 | { |
nothing calls this directly
no test coverage detected