Package ubic.gemma.rest.util.args
Class GeneArgServiceTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.rest.util.args.GeneArgServiceTest
-
- All Implemented Interfaces:
Aware
,ApplicationContextAware
@ContextConfiguration public class GeneArgServiceTest extends AbstractJUnit4SpringContextTests
-
-
Field Summary
-
Fields inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
applicationContext, logger
-
-
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()
-
Methods inherited from class org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
setApplicationContext
-
-
-
-
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()
-
-