Check for the presence of all Primitive plugins.
()
| 156 | * Check for the presence of all Primitive plugins. |
| 157 | */ |
| 158 | @Test |
| 159 | public void testPrimitivePlugins() throws IOException |
| 160 | { |
| 161 | Path sourceFolder = Paths.get("code/src/java/plugin/primitive"); |
| 162 | Path jar = Paths.get("plugins/primitiveplugins.jar"); |
| 163 | checkPluginJar(jar, sourceFolder); |
| 164 | } |
| 165 | |
| 166 | /** |
| 167 | * Check for the presence of all Qualifier plugins. |
nothing calls this directly
no test coverage detected