Home
last modified time | relevance | path

Searched refs:getPropertyValueValue (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/qadevOOo/tests/java/mod/_fwl/
H A DFilterFactory.java140 String filterImpl = (String) getPropertyValueValue in createTestEnvironment()
143 String filterType = (String) getPropertyValueValue in createTestEnvironment()
175 protected Object getPropertyValueValue(PropertyValue[] props, String pName) { in getPropertyValueValue() method in FilterFactory
/aoo4110/main/filter/qa/complex/filter/misc/
H A DFinalizedMandatoryTest.java212 … boolean isMandatory = ((Boolean) getPropertyValueValue(props, "Mandatory")).booleanValue(); in checkReadonlySupport()
213 … boolean isFinalized = ((Boolean) getPropertyValueValue(props, "Finalized")).booleanValue(); in checkReadonlySupport()
320 protected Object getPropertyValueValue(PropertyValue[] props, String pName) in getPropertyValueValue() method in FinalizedMandatoryTest

Completed in 23 milliseconds