Package ubic.gemma.core.analysis.service
Class ExpressionDataFileServiceTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseTest
-
- ubic.gemma.core.analysis.service.ExpressionDataFileServiceTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@ContextConfiguration public class ExpressionDataFileServiceTest extends BaseTest
-
-
Constructor Summary
Constructors Constructor Description ExpressionDataFileServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCopyMetadata()
void
testDeleteAll()
void
testDeleteMetadata()
void
testGetMetadata()
-
-
-
Method Detail
-
testDeleteAll
public void testDeleteAll() throws IOException
- Throws:
IOException
-
testGetMetadata
public void testGetMetadata() throws IOException
- Throws:
IOException
-
testCopyMetadata
public void testCopyMetadata() throws IOException
- Throws:
IOException
-
testDeleteMetadata
public void testDeleteMetadata() throws IOException
- Throws:
IOException
-
-