(List<ProtocolConfiguration> configs)
| 439 | |
| 440 | |
| 441 | public void setup(List<ProtocolConfiguration> configs) throws Exception { |
| 442 | setup(configs, null); |
| 443 | } |
| 444 | |
| 445 | public void setup(List<ProtocolConfiguration> configs, ProtocolHook afterCreationHook) throws Exception { |
| 446 | if(top_prot == null) { |
no test coverage detected