Package ca.uhn.fhir.jpa.conformance
Class DateSearchTestCase
java.lang.Object
ca.uhn.fhir.jpa.conformance.DateSearchTestCase
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final List<DateSearchTestCase>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 Summary
ConstructorsConstructorDescriptionDateSearchTestCase(String myResourceValue, String myQueryValue, boolean expectedResult, String theFileName, int theLineNumber) -
Method Summary
Modifier and TypeMethodDescriptionstatic List<DateSearchTestCase>org.junit.jupiter.params.provider.Arguments
-
Field Details
-
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
-
DateSearchTestCase
public DateSearchTestCase(String myResourceValue, String myQueryValue, boolean expectedResult, String theFileName, int theLineNumber)
-
-
Method Details
-
toArguments
-
compactCases
-