mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-03-06 19:39:27 +00:00
add tests to suite
This commit is contained in:
parent
10589ea559
commit
1049584c41
@ -1,5 +1,6 @@
|
||||
package org.hl7.fhir.r4.test;
|
||||
|
||||
import org.hl7.fhir.r4.model.BaseDateTimeTypeTest;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.Suite;
|
||||
import org.junit.runners.Suite.SuiteClasses;
|
||||
@ -16,6 +17,7 @@ import org.junit.runners.Suite.SuiteClasses;
|
||||
FHIRPathTests.class,
|
||||
NarrativeGeneratorTests.class,
|
||||
ShexGeneratorTests.class,
|
||||
BaseDateTimeTypeTest.class,
|
||||
SnapShotGenerationTests.class})
|
||||
public class AllTests {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user