()
| 73 | }) |
| 74 | |
| 75 | func installTestPlugin() { |
| 76 | session := helpers.CF("install-plugin", "-f", testPluginPath) |
| 77 | Eventually(session).Should(Exit(0)) |
| 78 | } |
| 79 | |
| 80 | func uninstallTestPlugin() { |
| 81 | session := helpers.CF("uninstall-plugin", "CF-CLI-Integration-Test-Plugin") |
no test coverage detected