Searched refs:sReferenceType (Results 1 – 2 of 2) sorted by relevance
185 …String sReferenceType = (String)getTestParameters().get( PropertyName.DOC_COMPARATOR_REFERENCE_TYP… in getReferenceType() local186 if (sReferenceType == null || sReferenceType.length() == 0) in getReferenceType()193 m_sReferenceType = sReferenceType; in getReferenceType()
115 String sReferenceType = (String)param.get( PropertyName.DOC_COMPARATOR_REFERENCE_TYPE ); in GraphicalTestArguments() local116 if (sReferenceType == null || sReferenceType.length() == 0) in GraphicalTestArguments()122 setReferenceType(sReferenceType); in GraphicalTestArguments()