Package ubic.gemma.core.config
Class SettingsConfigTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseTest
-
- ubic.gemma.core.config.SettingsConfigTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@ActiveProfiles("test") @ContextConfiguration public class SettingsConfigTest extends BaseTest
-
-
Field Summary
Fields Modifier and Type Field Description String
appDataHome
String
compassDir
String
downloadPath
String
searchDir
-
Constructor Summary
Constructors Constructor Description SettingsConfigTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
test()
void
testFilteredProperties()
void
testSettingsDescriptions()
-
-
-
Method Detail
-
test
public void test()
-
testFilteredProperties
public void testFilteredProperties() throws IOException
- Throws:
IOException
-
testSettingsDescriptions
public void testSettingsDescriptions() throws IOException
- Throws:
IOException
-
-