Check for the presence of all Function plugins.
()
| 90 | * Check for the presence of all Function plugins. |
| 91 | */ |
| 92 | @Test |
| 93 | public void testFunctionPlugins() throws IOException |
| 94 | { |
| 95 | Path sourceFolder = Paths.get("code/src/java/plugin/function"); |
| 96 | Path jar = Paths.get("plugins/functionplugins.jar"); |
| 97 | checkPluginJar(jar, sourceFolder); |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * Check for the presence of all Grouping plugins. |
nothing calls this directly
no test coverage detected