Check for the presence of all PRE tokens plugins.
()
| 145 | * Check for the presence of all PRE tokens plugins. |
| 146 | */ |
| 147 | @Test |
| 148 | public void testPreTokensPlugins() throws IOException |
| 149 | { |
| 150 | Path sourceFolder = Paths.get("code/src/java/plugin/pretokens"); |
| 151 | Path jar = Paths.get("plugins/preplugins.jar"); |
| 152 | checkPluginJar(jar, sourceFolder); |
| 153 | } |
| 154 | |
| 155 | /** |
| 156 | * Check for the presence of all Primitive plugins. |
nothing calls this directly
no test coverage detected