Package ubic.gemma.rest
Class GeneWebServiceTest
- java.lang.Object
-
- org.glassfish.jersey.test.JerseyTest
-
- ubic.gemma.rest.util.BaseJerseyTest
-
- ubic.gemma.rest.util.BaseJerseyIntegrationTest
-
- ubic.gemma.rest.GeneWebServiceTest
-
- All Implemented Interfaces:
Aware
,ApplicationContextAware
public class GeneWebServiceTest extends BaseJerseyIntegrationTest
-
-
Constructor Summary
Constructors Constructor Description GeneWebServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createFixtures()
void
removeFixtures()
void
testGeneGoTerms()
void
testGeneLocations()
void
testGeneProbes()
void
testGeneProbesWhenIdentifierIsAmbiguous()
void
testGenes()
void
testGenesByIds()
-
Methods inherited from class ubic.gemma.rest.util.BaseJerseyIntegrationTest
setUpAuthentication, tearDownSecurityContext
-
Methods inherited from class ubic.gemma.rest.util.BaseJerseyTest
configure, configureClient, getTestContainerFactory, setApplicationContext, setUp, tearDown
-
Methods inherited from class org.glassfish.jersey.test.JerseyTest
client, close, closeIfNotNull, configureDeployment, disable, enable, forceDisable, forceEnable, forceSet, getAsyncTimeoutMultiplier, getBaseUri, getClient, getLastLoggedRecord, getLoggedRecords, getPort, isEnabled, set, set, setClient, target, target
-
-
-
-
Method Detail
-
createFixtures
public void createFixtures()
-
removeFixtures
public void removeFixtures()
-
testGenes
public void testGenes()
-
testGenesByIds
public void testGenesByIds()
-
testGeneProbes
public void testGeneProbes()
-
testGeneProbesWhenIdentifierIsAmbiguous
public void testGeneProbesWhenIdentifierIsAmbiguous()
-
testGeneGoTerms
public void testGeneGoTerms()
-
testGeneLocations
public void testGeneLocations()
-
-