누구냐 넌 import static!? 매번 Static 메서드의 클래스를 입력하지 않아도 되는 방법!, 아래 ModelAndViewAssert.assertViewName(...) 처럼. ... import static org.springframework.test.web.ModelAndViewAssert.*; ... @RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(locations = { "classpath:spring/test.xml" }) public class ControllerTest { @Autowired private Controller controller; @Test public void viewNameTest() { ModelA..