Searched refs:actualCat (Results 1 – 1 of 1) sorted by relevance
1217 Set<String> actualCat = actual.getCategories(); in compareIntents() local1218 if (expectedCat != actualCat) { in compareIntents()1219 if (expectedCat == null || actualCat == null) { in compareIntents()1227 for (String cat : actualCat) { in compareIntents()