Class 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 Detail

      • BaseWebIntegrationTest

        public BaseWebIntegrationTest()
    • Method Detail

      • perform

        protected final org.springframework.test.web.servlet.ResultActions perform​(org.springframework.test.web.servlet.RequestBuilder requestBuilder)
                                                                            throws Exception
        Throws:
        Exception