Package ubic.gemma.apps
Class LoadSimpleExpressionDataCliTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseTest
-
- ubic.gemma.cli.util.test.BaseCliTest
-
- ubic.gemma.apps.LoadSimpleExpressionDataCliTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@ContextConfiguration public class LoadSimpleExpressionDataCliTest extends BaseCliTest
-
-
Constructor Summary
Constructors Constructor Description LoadSimpleExpressionDataCliTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidresetMocks()voidtestLoadMetadata()voidtestLoadMetadataFileLackingHeader()Convers old-style files that lack a header.voidtestLoadMetadataWithoutData()
-
-
-
Method Detail
-
resetMocks
public void resetMocks()
-
testLoadMetadataFileLackingHeader
public void testLoadMetadataFileLackingHeader() throws IOExceptionConvers old-style files that lack a header.- Throws:
IOException
-
testLoadMetadata
public void testLoadMetadata() throws IOException- Throws:
IOException
-
testLoadMetadataWithoutData
public void testLoadMetadataWithoutData() throws IOException- Throws:
IOException
-
-