Package org.hl7.fhir.utilities.tests
Class TestConfig
- java.lang.Object
-
- org.hl7.fhir.utilities.tests.TestConfig
-
public class TestConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFHIR_TEST_CASESstatic StringFHIR_TXCACHE_REBUILD
-
Constructor Summary
Constructors Constructor Description TestConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestConfiggetInstance()StringgetTxCacheDirectory(String... path)
-
-
-
Field Detail
-
FHIR_TXCACHE_REBUILD
public static final String FHIR_TXCACHE_REBUILD
- See Also:
- Constant Field Values
-
FHIR_TEST_CASES
public static final String FHIR_TEST_CASES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TestConfig
public TestConfig()
-
-
Method Detail
-
getInstance
public static TestConfig getInstance()
-
getTxCacheDirectory
public String getTxCacheDirectory(String... path)
-
-