Class DateSearchTestCase

java.lang.Object
ca.uhn.fhir.jpa.conformance.DateSearchTestCase

public class DateSearchTestCase extends Object
Collection of test cases for date type search. Each test case includes a resource value, a query value, the operator to test, and the expected result.
See Also:
  • Field Details

    • ourCases

      public static final List<DateSearchTestCase> ourCases
      We have two sources of test cases: - DateSearchTestCase.csv which holds one test case per line - DateSearchTestCase-compact.csv which specifies all operators for each value pair
  • Constructor Details

  • Method Details