Searched refs:expectedNames (Results 1 – 1 of 1) sorted by relevance
65 List<String> expectedNames = Arrays.asList(TEST_CLASS, TEST_NAME, TEST_SUITE, in testGetOptionNames() local67 assertEquals("Missing option names", true, optionNames.containsAll(expectedNames)); in testGetOptionNames()