Package ubic.gemma.apps
Class FactorValueMigratorServiceTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseTest
-
- ubic.gemma.cli.util.test.BaseCliTest
-
- ubic.gemma.apps.FactorValueMigratorServiceTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@Deprecated @ContextConfiguration public class FactorValueMigratorServiceTest extends BaseCliTest
Deprecated.
-
-
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.
-
-
-
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.
-
-