Package ubic.gemma.core.apps
Class FactorValueMigratorServiceTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.apps.FactorValueMigratorServiceTest
-
- All Implemented Interfaces:
Aware
,ApplicationContextAware
@Deprecated @ContextConfiguration public class FactorValueMigratorServiceTest extends AbstractJUnit4SpringContextTests
Deprecated.
-
-
Field Summary
-
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger
-
-
Constructor Summary
Constructors Constructor Description FactorValueMigratorServiceTest()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
setUp()
Deprecated.void
tearDown()
Deprecated.void
testMigrationThatReuseObject()
Deprecated.void
testMigrationThatReusesExistingStatement()
Deprecated.void
testMigrationWithFreeTextSubject()
Deprecated.-
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
-
-
-
Method Detail
-
setUp
public void setUp()
Deprecated.
-
tearDown
public void tearDown()
Deprecated.
-
testMigrationThatReusesExistingStatement
public void testMigrationThatReusesExistingStatement()
Deprecated.
-
testMigrationThatReuseObject
public void testMigrationThatReuseObject()
Deprecated.
-
testMigrationWithFreeTextSubject
public void testMigrationWithFreeTextSubject()
Deprecated.
-
-