()
| 285 | } |
| 286 | |
| 287 | @Override |
| 288 | App Run() throws ExecutionException, InterruptedException { |
| 289 | var app = Simulate.getInstance().randApp(2); |
| 290 | app.Run(this); |
| 291 | return app; |
| 292 | } |
| 293 | |
| 294 | @Override |
| 295 | long process() { |
nothing calls this directly
no test coverage detected