Package ubic.gemma.web.util
Class BaseWebIntegrationTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.core.util.test.BaseIntegrationTest
-
- ubic.gemma.web.util.BaseWebIntegrationTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
ErrorPagesTest
,MessageSourceTest
,SchedulerSecurityTest
,SignupControllerTest
@ActiveProfiles("web") @WebAppConfiguration @ContextConfiguration(locations="classpath*:WEB-INF/gemma-servlet.xml") public abstract class BaseWebIntegrationTest extends BaseIntegrationTest
Base class for web integration tests.For a unit-test web test, use
BaseWebTest
.- Author:
- poirigui
-
-
Constructor Summary
Constructors Constructor Description BaseWebIntegrationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.springframework.test.web.servlet.ResultActions
perform(org.springframework.test.web.servlet.RequestBuilder requestBuilder)
-
Methods inherited from class ubic.gemma.core.util.test.BaseIntegrationTest
setUpAuthentication, tearDownSecurityContext
-
-