Check for the presence of all Converter plugins.
()
| 68 | * Check for the presence of all Converter plugins. |
| 69 | */ |
| 70 | @Test |
| 71 | public void testConverterPlugins() throws IOException |
| 72 | { |
| 73 | Path sourceFolder = Paths.get("code/src/java/plugin/converter"); |
| 74 | Path jar = Paths.get("plugins/converterplugins.jar"); |
| 75 | checkPluginJar(jar, sourceFolder); |
| 76 | } |
| 77 | |
| 78 | /** |
| 79 | * Check for the presence of all Export Token plugins. |
nothing calls this directly
no test coverage detected