Package ubic.gemma.persistence.service
Class TableMaintenanceUtilTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.persistence.service.TableMaintenanceUtilTest
-
- All Implemented Interfaces:
Aware
,ApplicationContextAware
@ContextConfiguration public class TableMaintenanceUtilTest extends AbstractJUnit4SpringContextTests
-
-
Field Summary
-
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger
-
-
Constructor Summary
Constructors Constructor Description TableMaintenanceUtilTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
tearDown()
void
test()
void
testUpdateWhenTableIsFresh()
-
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
-
-
-
Method Detail
-
setUp
public void setUp() throws IOException
- Throws:
IOException
-
tearDown
public void tearDown()
-
test
public void test()
-
testUpdateWhenTableIsFresh
public void testUpdateWhenTableIsFresh() throws IOException
- Throws:
IOException
-
-