Package org.gbif.api.vocabulary
Class InterpretationRemarkTest
java.lang.Object
org.gbif.api.vocabulary.InterpretationRemarkTest
Checks InterpretationRemark implementations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidChecks all classes (enumerations) that implementInterpretationRemarkto ensure they have unique entry names.void
-
Constructor Details
-
InterpretationRemarkTest
public InterpretationRemarkTest()
-
-
Method Details
-
testInterpretationRemarkImplementations
Checks all classes (enumerations) that implementInterpretationRemarkto ensure they have unique entry names.InterpretationRemarkimplementations can be used as keys and can also be serialized as String. For this reason we want to ensure we have unique entries among implementations. This is mainly to avoid confusion when we do aggregation. -
testInterpretationRemarkNotNulls
-
testInterpretationRemarkDeprecated
-