Home
last modified time | relevance | path

Searched refs:propVal (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/qadevOOo/tests/java/mod/_fwk/
H A DModuleUIConfigurationManager.java123 PropertyValue propVal = new PropertyValue(); in createTestEnvironment() local
124 propVal.Name = "DefaultConfigStorage"; in createTestEnvironment()
125 propVal.Value = xStore; in createTestEnvironment()
126 initProps[0] = propVal; in createTestEnvironment()
127 propVal = new PropertyValue(); in createTestEnvironment()
128 propVal.Name = "UserConfigStorage"; in createTestEnvironment()
129 propVal.Value = xStore; in createTestEnvironment()
130 initProps[1] = propVal; in createTestEnvironment()
131 propVal = new PropertyValue(); in createTestEnvironment()
132 propVal.Name = "ModuleIdentifier"; in createTestEnvironment()
[all …]
/AOO42X/main/qadevOOo/tests/java/mod/_forms/
H A DGenericModelTest.java493 PropertyValue propVal = new PropertyValue(); in createTestEnvironment() local
494 propVal.Name = m_XPropertyAccess_propertyToChange; in createTestEnvironment()
495 propVal.Value = "Text since XPropertyAccess"; in createTestEnvironment()
496 tEnv.addObjRelation("XPropertyAccess.propertyToChange", propVal); in createTestEnvironment()
H A DODatabaseForm.java733 PropertyValue propVal = new PropertyValue(); in createTestEnvironment() local
734 propVal.Name = "Name"; in createTestEnvironment()
735 propVal.Value = "Text since XPropertyAccess"; in createTestEnvironment()
737 tEnv.addObjRelation("XPropertyAccess.propertyToChange", propVal); in createTestEnvironment()