Searched refs:propVal (Results 1 – 3 of 3) sorted by relevance
125 propVal.Value = xStore; in createTestEnvironment()126 initProps[0] = propVal; in createTestEnvironment()127 propVal = new PropertyValue(); in createTestEnvironment()129 propVal.Value = xStore; in createTestEnvironment()130 initProps[1] = propVal; in createTestEnvironment()131 propVal = new PropertyValue(); in createTestEnvironment()133 propVal.Value = "swriter"; in createTestEnvironment()134 initProps[2] = propVal; in createTestEnvironment()135 propVal = new PropertyValue(); in createTestEnvironment()136 propVal.Name = "UserRootCommit"; in createTestEnvironment()[all …]
492 PropertyValue propVal = new PropertyValue(); in createTestEnvironment() local493 propVal.Name = m_XPropertyAccess_propertyToChange; in createTestEnvironment()494 propVal.Value = "Text since XPropertyAccess"; in createTestEnvironment()495 tEnv.addObjRelation("XPropertyAccess.propertyToChange", propVal); in createTestEnvironment()
733 PropertyValue propVal = new PropertyValue(); in createTestEnvironment() local734 propVal.Name = "Name"; in createTestEnvironment()735 propVal.Value = "Text since XPropertyAccess"; in createTestEnvironment()737 tEnv.addObjRelation("XPropertyAccess.propertyToChange", propVal); in createTestEnvironment()
Completed in 53 milliseconds