Check for the presence of all LST token parsing plugins.
()
| 123 | * Check for the presence of all LST token parsing plugins. |
| 124 | */ |
| 125 | @Test |
| 126 | public void testLstPlugins() throws IOException |
| 127 | { |
| 128 | Path sourceFolder = Paths.get("code/src/java/plugin/lsttokens"); |
| 129 | Path jar = Paths.get("plugins/lstplugins.jar"); |
| 130 | checkPluginJar(jar, sourceFolder); |
| 131 | } |
| 132 | |
| 133 | /** |
| 134 | * Check for the presence of all Modifier plugins. |
nothing calls this directly
no test coverage detected