Skip to content

Commit

Permalink
rename test files with resource pre-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Capt-Mac committed Nov 8, 2024
1 parent 8d3d6e6 commit 59d1f2c
Show file tree
Hide file tree
Showing 58 changed files with 15 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class MeasureEvaluatedResourcesTest {
private static final String CLASS_PATH = "org/opencds/cqf/fhir/cr/measure/r4";
private static final Repository repository = new IgRepository(
FhirContext.forR4Cached(),
Paths.get(getResourcePath(MeasureStratifierTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
Paths.get(getResourcePath(MeasureEvaluatedResourcesTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
protected Given given = Measure.given().repository(repository);
private static final TestDataGenerator testDataGenerator = new TestDataGenerator(repository);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class MeasureImprovementNotationTest {
private static final String CLASS_PATH = "org/opencds/cqf/fhir/cr/measure/r4";
private static final Repository repository = new IgRepository(
FhirContext.forR4Cached(),
Paths.get(getResourcePath(MeasureStratifierTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
Paths.get(getResourcePath(MeasureImprovementNotationTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
protected Given given = Measure.given().repository(repository);
private static final TestDataGenerator testDataGenerator = new TestDataGenerator(repository);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class MeasureReportTypeIndividualTest {
private static final String CLASS_PATH = "org/opencds/cqf/fhir/cr/measure/r4";
private static final Repository repository = new IgRepository(
FhirContext.forR4Cached(),
Paths.get(getResourcePath(MeasureStratifierTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
Paths.get(getResourcePath(MeasureReportTypeIndividualTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
protected Given given = Measure.given().repository(repository);
private static final TestDataGenerator testDataGenerator = new TestDataGenerator(repository);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class MeasureReportTypeInvalidTest {
private static final String CLASS_PATH = "org/opencds/cqf/fhir/cr/measure/r4";
private static final Repository repository = new IgRepository(
FhirContext.forR4Cached(),
Paths.get(getResourcePath(MeasureStratifierTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
Paths.get(getResourcePath(MeasureReportTypeInvalidTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
protected Given given = Measure.given().repository(repository);
private static final TestDataGenerator testDataGenerator = new TestDataGenerator(repository);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ public class MeasureReportTypeSubjectListTest {
private static final String CLASS_PATH = "org/opencds/cqf/fhir/cr/measure/r4";
private static final Repository repository = new IgRepository(
FhirContext.forR4Cached(),
Paths.get(getResourcePath(MeasureStratifierTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
Paths.get(
getResourcePath(MeasureReportTypeSubjectListTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
protected Given given = Measure.given().repository(repository);
private static final TestDataGenerator testDataGenerator = new TestDataGenerator(repository);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class MeasureReportTypeSummaryTest {
private static final String CLASS_PATH = "org/opencds/cqf/fhir/cr/measure/r4";
private static final Repository repository = new IgRepository(
FhirContext.forR4Cached(),
Paths.get(getResourcePath(MeasureStratifierTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
Paths.get(getResourcePath(MeasureReportTypeSummaryTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
protected Given given = Measure.given().repository(repository);
private static final TestDataGenerator testDataGenerator = new TestDataGenerator(repository);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class MeasureSDETest {
private static final String CLASS_PATH = "org/opencds/cqf/fhir/cr/measure/r4";
private static final Repository repository = new IgRepository(
FhirContext.forR4Cached(),
Paths.get(getResourcePath(MeasureStratifierTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
Paths.get(getResourcePath(MeasureSDETest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
protected Given given = Measure.given().repository(repository);
private static final TestDataGenerator testDataGenerator = new TestDataGenerator(repository);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class MeasureScoringTypeCohortTest {
private static final String CLASS_PATH = "org/opencds/cqf/fhir/cr/measure/r4";
private static final Repository repository = new IgRepository(
FhirContext.forR4Cached(),
Paths.get(getResourcePath(MeasureStratifierTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
Paths.get(getResourcePath(MeasureScoringTypeCohortTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
protected Given given = Measure.given().repository(repository);
private static final TestDataGenerator testDataGenerator = new TestDataGenerator(repository);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class MeasureScoringTypeCompositeTest {
private static final String CLASS_PATH = "org/opencds/cqf/fhir/cr/measure/r4";
private static final Repository repository = new IgRepository(
FhirContext.forR4Cached(),
Paths.get(getResourcePath(MeasureStratifierTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
Paths.get(getResourcePath(MeasureScoringTypeCompositeTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
protected Given given = Measure.given().repository(repository);
private static final TestDataGenerator testDataGenerator = new TestDataGenerator(repository);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ public class MeasureScoringTypeContinuousVariableTest {
private static final String CLASS_PATH = "org/opencds/cqf/fhir/cr/measure/r4";
private static final Repository repository = new IgRepository(
FhirContext.forR4Cached(),
Paths.get(getResourcePath(MeasureStratifierTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
Paths.get(getResourcePath(MeasureScoringTypeContinuousVariableTest.class) + "/" + CLASS_PATH + "/"
+ "MeasureTest"));
protected Given given = Measure.given().repository(repository);
private static final TestDataGenerator testDataGenerator = new TestDataGenerator(repository);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public class MeasureScoringTypeProportionTest {
private static final String CLASS_PATH = "org/opencds/cqf/fhir/cr/measure/r4";
private static final Repository repository = new IgRepository(
FhirContext.forR4Cached(),
Paths.get(getResourcePath(MeasureStratifierTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
Paths.get(
getResourcePath(MeasureScoringTypeProportionTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
protected Given given = Measure.given().repository(repository);
private static final TestDataGenerator testDataGenerator = new TestDataGenerator(repository);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class MeasureScoringTypeRatioTest {
private static final String CLASS_PATH = "org/opencds/cqf/fhir/cr/measure/r4";
private static final Repository repository = new IgRepository(
FhirContext.forR4Cached(),
Paths.get(getResourcePath(MeasureStratifierTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
Paths.get(getResourcePath(MeasureScoringTypeRatioTest.class) + "/" + CLASS_PATH + "/" + "MeasureTest"));
protected Given given = Measure.given().repository(repository);
private static final TestDataGenerator testDataGenerator = new TestDataGenerator(repository);

Expand Down

0 comments on commit 59d1f2c

Please sign in to comment.