package com.plannaplan.controllers; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.context.WebApplicationContext; public abstract class AbstractControllerTest { @Autowired protected WebApplicationContext webApplicationContext; }