Package ubic.gemma.rest.util.args
Class GeneArgServiceTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseTest
-
- ubic.gemma.rest.util.args.GeneArgServiceTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
@ContextConfiguration public class GeneArgServiceTest extends BaseTest
-
-
Constructor Summary
Constructors Constructor Description GeneArgServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
resetMocks()
void
setupMocks()
void
testEnsemblId()
void
testFindByOfficialSymbol()
void
testFindByOfficialSymbolAndTaxon()
void
testNcbiId()
-
-
-
Method Detail
-
setupMocks
public void setupMocks()
-
resetMocks
public void resetMocks()
-
testNcbiId
public void testNcbiId()
-
testEnsemblId
public void testEnsemblId()
-
testFindByOfficialSymbol
public void testFindByOfficialSymbol()
-
testFindByOfficialSymbolAndTaxon
public void testFindByOfficialSymbolAndTaxon()
-
-