D | RetryFactoryTestTest.java | 82 List<IRemoteTest> tests = new ArrayList<>(); in split() local 84 tests.add(new StubTest()); in split() 86 return tests; in split() 94 LinkedHashMap<String, IConfiguration> tests = new LinkedHashMap<>(); in loadTests() local 97 tests.put("module1", config); in loadTests() 98 return tests; in loadTests()
|