Package ubic.gemma.web.util
Class BaseWebTest
- java.lang.Object
-
- org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
-
- ubic.gemma.web.util.BaseWebTest
-
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
- Direct Known Subclasses:
ArrayDesignControllerTest
,DifferentialExpressionAnalysisControllerTest
,ExperimentalDesignControllerTest
,ExpressionExperimentQCControllerTest
,HomePageControllerTest
,OntologyControllerTest
@ActiveProfiles({"web","test"}) @WebAppConfiguration public abstract class BaseWebTest extends org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
Base class for a Web-based unit test.For a full integration test base class, use
BaseWebIntegrationTest
.- Author:
- poirigui
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BaseWebTest.BaseWebTestContextConfiguration
-
Constructor Summary
Constructors Constructor Description BaseWebTest()
-
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)
-