У нас вы можете посмотреть бесплатно Creating Web Service Controller Unit Tests with Mockito and Spring Boot или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Website: http://www.leanstacks.com Publications: https://leanpub.com/leanstacks-marion... GitHub: https://github.com/mwarman/spring-boo... Compare: https://github.com/mwarman/spring-boo... This video is part of the Spring Boot Fundamentals series. In this video, we build upon the Greeting web services project, enhancing the unit test class hierarchy for web service controller components to use the Mockito library for mocks and assertions. Note: Within this video, a class named BaseController is referenced when updating the AbstractControllerTest class. If you are watching the Spring Boot Fundamentals series in sequence, the BaseController class has not been introduced. Please see the GitHub repository for this episode; create the BaseController class illustrated in the repository; and update the GreetingController class to extend BaseController.