Searched refs:doubleAttributeValue (Results 1 – 2 of 2) sorted by relevance
127 public void doubleAttributeValue() { in doubleAttributeValue() method in AttributeValueTest128 AttributeValue attribute = AttributeValue.doubleAttributeValue(1.23456); in doubleAttributeValue()167 AttributeValue attribute = AttributeValue.doubleAttributeValue(1.23456); in doubleAttributeValue_DeprecatedMatchFunction()217 AttributeValue.doubleAttributeValue(1.23456), AttributeValue.doubleAttributeValue(1.23456)); in attributeValue_EqualsAndHashCode()218 tester.addEqualityGroup(AttributeValue.doubleAttributeValue(1.234567)); in attributeValue_EqualsAndHashCode()230 attribute = AttributeValue.doubleAttributeValue(1.23456); in attributeValue_ToString()
73 public static AttributeValue doubleAttributeValue(double doubleValue) { in doubleAttributeValue() method in AttributeValue