Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Handler003Test
    • testHandlerEdgeCases003
      • TODO: flesh out
    • testHandlerDegenerateUse003
      • TODO: flsh out
    • testHandlerNormalUse003
      • TODO: test
  • Handler008Test
    • testHandlerDegenerateUse008
      • TODO: flesh out
    • testHandlerEdgeCases008
      • TODO: flesh out
    • testHandlerNormalUse008
      • TODO: flesh out. for each data type
  • ContentServiceRestNormalUseTest
  • testNormalUseRestContent027
    •  TODO: consider other cases of this
  • testNormalUseRestContent028
    • TODO: consider other cases of this, may need bigger data set
  • testNormalUseRestContent013
    • TODO: consider sample data from SAMPLE_2014AB
  • testNormalUseRestContent025
    • TODO: consider sample data from SAMPLE_2014AB
  • testNormalUseRestContent029
    • TODO: consider sample data from SAMPLE_2014AB
  • TemplateServiceXXXUseTest
    • TODO: edit the description (on class itself)
    • TODO: edit the service to use (on class variable service)
    • setup
      •   // TODO: Open the service (or services) you want to use (in function above service = ...)
    • testXxxUseRestTemplate001
      • TODO: edit this comment to match the test case Test Xxx use of the yyy of (in JavaDoc)
      • TODO: Edit this method name to match the test case (on function itself)
      • TODO: implement the test case
    • TODO: have additional methods like the one above as needed (found after the Template001 function)

  • ValidationServiceRestNormalUseTest
    • Removed:

      Code Block
      // TODO: get this test working
        /*
         * @Test public void testNormalUseRestValidation005() throws Exception {
         * Logger.getLogger(getClass()).debug("Start test");
         * 
         * ValidationResult result = validationService.validateMerge(umlsTerminology,
         * umlsVersion, "C0000005", "C00000039", authToken);
         * 
         * assertTrue(result.getErrors().size() == 0);
         * assertTrue(result.getWarnings().size() == 0); }
         */
  • ContentServiceRestNormalUseTest
    • testNormalUseRestContent027
      •  TODO: consider other cases of this
    • testNormalUseRestContent028
      • TODO: consider other cases of this, may need bigger data set
    • testNormalUseRestContent013
      • TODO: consider sample data from SAMPLE_2014AB
    • testNormalUseRestContent025
      • TODO: consider sample data from SAMPLE_2014AB
    • testNormalUseRestContent029
      • TODO: consider sample data from SAMPLE_2014AB
    • testNormalUseRestContent001
        approx lines 124, 122, //
      • TODO: test atoms too (one for each terminology)
    • testNormalUseRestContent002
      • TODO test atoms as well
      testNormalUseRestContent002
      • end of method, // TODO test atoms as well(one for each terminology)
    • testNormalUseRestContent003
      • TODO: test atoms as well.(one for each terminology)
    • testNormalUseRestContent006
      • TODO: test pfs parameter "active only" and "inactive only" features
    • testNormalUseRestContent007
      • TODO: test pfs parameter "active only" and "inactive only" features
    • testNormalUseRestContent010
      • TODO: test pfs parameter "active only" and "inactive only" features
    • testNormalUseRestContent011
      • // TODO: need sort order check (by name)
        // TODO: need "parents only" and "chlidren only" checks. (this also needs
        // implementing)
        // TODO: test pfs parameter "active only" and "inactive only" features

    • testNormalUseRestContent012
      • // TODO: need sort order check (by name)
        // TODO: need "parents only" and "chlidren only" checks. (this also needs
        // implementing)
        // TODO: test pfs parameter "active only" and "inactive only" features
    • testNormalUseRestContent008
      • // TODO: test pfs parameter "active only" and "inactive only" features
        // TODO: need to test multiple search criteria in conjunction

    • testNormalUseRestContent009
      • // TODO: need to test search criteria for descriptor relationships
        // TODO: need to test multiple search criteria in conjunction
        // TODO: test pfs parameter "active only" and "inactive only" features

  • ProjectServiceRestNormalUseTest
    • testNormalUseRestProject003
      • Code Block
        // TODO: get this test working
          /*
           * @Test public void testNormalUseRestValidation005() throws Exception {
           * Logger// TODO: reactivate when transitive closure is ready
            // ConceptList resultList =
            // projectService.findConceptsInScope(projectList.getObjects().get(0)
            // .getId(), pfs, viewerAuthToken);
            // Assert.assertEquals(10, resultList.getCount());
            // Assert.assertEquals(9912, resultList.getTotalCount());
            // Make sure first 10 are sorted by dpn
            // Collections.sort(resultList.getObjects(), new Comparator<Concept>() {
            // @Override
            // public int compare(Concept o1, Concept o2) {
            // return o1.getName().compareTo(
            // o2.getName());
            // }
            // });0039", authToken);
           * 
           * assertTrue(result.getErrors().size() == 0);
           * assertTrue(result.getWarnings().size() == 0); }
           */

...