Searched refs:exclProps (Results 1 – 2 of 2) sorted by relevance
82 private Set exclProps = null; field in _XMultiPropertySet90 exclProps = (Set) tEnv.getObjRelation("XMultiPropertySet.ExcludeProps"); in before()91 if (exclProps == null) exclProps = new HashSet(0); in before()327 boolean isExcluded = exclProps.contains(name); in getPropsToTest()
125 Set exclProps = new HashSet(); in createTestEnvironment() local126 exclProps.add("UIConfig"); in createTestEnvironment()127 tEnv.addObjRelation("XFastPropertySet.ExcludeProps", exclProps); in createTestEnvironment()128 tEnv.addObjRelation("XMultiPropertySet.ExcludeProps", exclProps); in createTestEnvironment()
Completed in 10 milliseconds