(int domainId)
| 45 | } |
| 46 | |
| 47 | protected static MultiRepoWorker createWorker(int domainId) { |
| 48 | return new MultiRepoWorker(createParticipant(domainId)); |
| 49 | } |
| 50 | |
| 51 | protected static void tearDown() { |
| 52 | while (!participants.isEmpty()) { |
no test coverage detected