我想單元測試一個用Apache CXF編寫的RESTful接口。如何注入Spring的JUnit測試ServletContext?
我用一個ServletContext加載一些資源,所以我有:
@Context
private ServletContext servletContext;
如果我這個部署在Glassfish,ServletContext的注入和它的作品像預期。但是我不知道如何在我的服務類中注入ServletContext,以便我可以使用JUnit測試來測試它。
我使用Spring 3.0,JUnit 4,CXF 2.2.3和Maven。
見http://stackoverflow.com/questions/2665773/spring-i-wish-to-create-a-junit-test-for-a-web-application-webapplicationconte – lexicore 2010-04-20 12:31:32