()
| 209 | } |
| 210 | |
| 211 | public allocateRTTPorts(): Promise<void> { |
| 212 | return this.rttHelper.allocateRTTPorts(this.args.rttConfig); |
| 213 | } |
| 214 | |
| 215 | public serverArguments(): string[] { |
| 216 | let serverargs = []; |
nothing calls this directly
no test coverage detected