Searched refs:expectedStateNames (Results 1 – 2 of 2) sorted by relevance
294 String[] expectedStateNames = (String[]) tEnv.getObjRelation( in _getAccessibleStateSet() local299 if ((expectedStateNames != null) && (expectedStates != null)) { in _getAccessibleStateSet()300 res = checkStates(expectedStateNames, expectedStates, set); in _getAccessibleStateSet()329 protected boolean checkStates(String[] expectedStateNames, in checkStates() argument334 for (int k = 0; k < expectedStateNames.length; k++) { in checkStates()338 log.println("Set contains " + expectedStateNames[k] + in checkStates()342 log.println("Set doesn't contain " + expectedStateNames[k] + in checkStates()
235 String[] expectedStateNames = new String[] { in createTestEnvironment() local251 tEnv.addObjRelation("expectedStateNames", expectedStateNames); in createTestEnvironment()
Completed in 18 milliseconds