我有mkyongMVCtutorial.的修改版本我添加了一个业务层类Counter。publicclassCounter{privateinti;publicintcount(){return(this.i++);}//gettersandsettersandconstructors}在mvc-dispatcher-servlet.xml中:这很好用。我现在想为这个类创建一个单元测试@RunWith(SpringJUnit4ClassRunner.class)@ContextConfiguration()publicclassTestCounter{@Configurationsta