/
Case testEdgeCasesHandlerJpa001
Case testEdgeCasesHandlerJpa001
Overview
Test case for edge cases of the Jpa ClamlComputePreferredNameHandler.
Procedure 1
Instantiate preferred name handler
config = ConfigUtility.getConfigProperties(); ComputePreferredNameHandler handlerService = ConfigUtility.newStandardHandlerInstanceWithConfiguration("compute.preferred.name.handler", "ICD9CM", ComputePreferredNameHandler.class);
- Call computePreferredName(new ConceptJpa())
- TEST: returns null
- Call computePreferredName(new HashSet<Description>())
- TEST: returns null
- Call isPreferredName(new DescriptionJpa())
- TEST: returns false
- Call isPreferredName(new DescriptionJpa(), new LanguageRefSetMemberJpa())
- TEST: returns false
Expected Runtime
- < 1 sec
Notes
- n/a
, multiple selections available,
Related content
Domain Model
Domain Model
More like this
Ad Hoc Jpa Test Suites
Ad Hoc Jpa Test Suites
More like this
Internal Service APIs
Internal Service APIs
More like this
Indexing
Indexing
More like this
SPRINT 4 - Finish 7/31/2015
SPRINT 4 - Finish 7/31/2015
More like this