Class TableMaintenanceUtilTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseTest
-
- ubic.gemma.persistence.service.maintenance.TableMaintenanceUtilTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@ContextConfiguration public class TableMaintenanceUtilTest extends BaseTest
-
-
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()
-
-
-
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
-
-