Check for the presence of all Bonus token parsing plugins.
()
| 57 | * Check for the presence of all Bonus token parsing plugins. |
| 58 | */ |
| 59 | @Test |
| 60 | public void testBonusPlugins() throws IOException |
| 61 | { |
| 62 | Path sourceFolder = Paths.get("code/src/java/plugin/bonustokens"); |
| 63 | Path jar = Paths.get("plugins/bonusplugins.jar"); |
| 64 | checkPluginJar(jar, sourceFolder); |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Check for the presence of all Converter plugins. |
nothing calls this directly
no test coverage detected