Searched refs:expectedCat (Results 1 – 1 of 1) sorted by relevance
1172 Set<String> expectedCat = expected.getCategories(); in compareIntents() local1174 if (expectedCat != actualCat) { in compareIntents()1175 if (expectedCat == null || actualCat == null) { in compareIntents()1178 for (String cat : expectedCat) { in compareIntents()