html 테스트1 HtmlUnit HtmlUnit : Html 템플릿 뷰 테스트를 보다 전문적으로 할 수 있게 해준다. 의존성 추가 org.seleniumhq.selenium htmlunit-driver test net.sourceforge.htmlunit htmlunit test 기존 테스트 코드 //요청: /hello //응답: //- 모델 name : daehwan //- 뷰 이름 : hello public void hello2() throws Exception{ mockMvc.perform(get("/hello")) .andExpect(status().isOk()) .andDo(print()) .andExpect(view().name("hello")) .andExpect(model().attribute("name","daehwan.. 2020. 6. 3. 이전 1 다음