Searched refs:expName (Results 1 – 3 of 3) sorted by relevance
36 String expName = (String) tEnv.getObjRelation("HierachicalName"); in _composeHierarchicalName() local42 res = hn.startsWith(expName); in _composeHierarchicalName()46 " but expected it to start with " + expName); in _composeHierarchicalName()59 String expName = (String) tEnv.getObjRelation("HierachicalName"); in _getHierarchicalName() local62 if (expName != null) { in _getHierarchicalName()63 res = hName.startsWith(expName); in _getHierarchicalName()66 log.println("Expected the name to start with " + expName); in _getHierarchicalName()
312 String expName; in _getAccessibleAtPoint() local319 expName = xAccCh.getAccessibleContext() in _getAccessibleAtPoint()328 expName = xAccC.getAccessibleName(); in _getAccessibleAtPoint()338 log.println("The expected child " + expName); in _getAccessibleAtPoint()345 log.println("Expected: " + expName); in _getAccessibleAtPoint()
120 final String expName = "XMLMetaExporterName" ; in createTestEnvironment() local137 xDocInfo.setUserFieldName((short) 0, expName) ; in createTestEnvironment()147 new XMLTools.Tag("meta:user-defined", "meta:name", expName)) ; in createTestEnvironment()
Completed in 15 milliseconds