/
Case testEdgeCasesHandlerJpa002
Case testEdgeCasesHandlerJpa002
Overview
Test case for degenerate use of Jpa DefaultGraphResolutionHandler.
Procedure 1
Instantiate handler
config = ConfigUtility.getConfigProperties();
GraphResolutionHandler handler =
ConfigUtility.newStandardHandlerInstanceWithConfiguration(
"graph.resolution.handler"
,
"DEFAULT"
, GraphResolutionHandler.
class
);
- Call resolve(new ConceptJpa());
- TEST: no exception
- Call resolve(new DescriptionJpa());
- TEST: no exception
- TEST: no exception
- Call resolve(new LanguageRefSetMemberJpa());
- TEST: no exception
- Call resolve(new RelationshipJpa());
- TEST: no exception
- Call resolve(new AttributeValueRefSetMemberJpa());
- TEST: no exception
- Repeat for other refset types.
Expected Runtime
- < 1 sec
Notes
- n/a
, multiple selections available,