Package ubic.gemma.rest
Class PlatformsWebServiceTest
- java.lang.Object
-
- org.glassfish.jersey.test.JerseyTest
-
- ubic.gemma.rest.util.BaseJerseyTest
-
- ubic.gemma.rest.util.BaseJerseyIntegrationTest
-
- ubic.gemma.rest.PlatformsWebServiceTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
public class PlatformsWebServiceTest extends BaseJerseyIntegrationTest
-
-
Constructor Summary
Constructors Constructor Description PlatformsWebServiceTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
removeFixtures()
void
setUpMocks()
void
testAll()
void
testGetBlacklistedPlatforms()
void
testGetBlacklistedPlatformsAsNonAdmin()
void
testPlatformDatasets()
void
testPlatformElements()
-
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
-
setUpMocks
public void setUpMocks()
-
removeFixtures
public void removeFixtures()
-
testAll
public void testAll()
-
testPlatformDatasets
public void testPlatformDatasets()
-
testPlatformElements
public void testPlatformElements()
-
testGetBlacklistedPlatforms
public void testGetBlacklistedPlatforms()
-
testGetBlacklistedPlatformsAsNonAdmin
public void testGetBlacklistedPlatformsAsNonAdmin()
-
-