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 void
resetMocks()
void
testLoadMetadata()
void
testLoadMetadataFileLackingHeader()
Convers old-style files that lack a header.void
testLoadMetadataWithoutData()
-
-
-
Method Detail
-
resetMocks
public void resetMocks()
-
testLoadMetadataFileLackingHeader
public void testLoadMetadataFileLackingHeader() throws IOException
Convers 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
-
-