Udemy - Mockito - Next-Level Java Unit Testing

seeders: 0
leechers: 0
Added 4 years ago by freecoursewb in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Udemy - Mockito - Next-Level Java Unit Testing (Size: 610.8 MB)
  001 Argument Captors.mp4 24.2 MB
  001 Argument Captors_en.vtt 6.1 KB
  001 Bonus Lecture.html 2.8 KB
  001 First Mocks.mp4 61.8 MB
  001 First Mocks_en.vtt 10.5 KB
  001 Introduction.mp4 7.4 MB
  001 Introduction_en.vtt 2.4 KB
  001 PowerMock_ Do you need it_.mp4 5.7 MB
  001 PowerMock_ Do you need it__en.vtt 3.6 KB
  002 Annotations.mp4 11.5 MB
  002 Annotations_en.vtt 2.8 KB
  002 Default Return Values.mp4 44.3 MB
  002 Default Return Values_en.vtt 5.9 KB
  002 Mocking Theory.mp4 25.2 MB
  002 Mocking Theory_en.vtt 7 KB
  002 Spring Boot integration.mp4 40.2 MB
  002 Spring Boot integration_en.vtt 9 KB
  003 Mocking Frameworks.mp4 6.6 MB
  003 Mocking Frameworks_en.vtt 1.4 KB
  003 Mockito BDD.mp4 8.8 MB
  003 Mockito BDD_en.vtt 3.4 KB
  003 Returning Custom Values.mp4 38.6 MB
  003 Returning Custom Values_en.vtt 5.9 KB
  004 Eclipse Project Setup.mp4 3.2 MB
  004 Eclipse Project Setup_en.vtt 2.1 KB
  004 Multiple thenReturn Calls.mp4 26.4 MB
  004 Multiple thenReturn Calls_en.vtt 4.1 KB
  004 Strict Stubbing.mp4 11.9 MB
  004 Strict Stubbing_en.vtt 3.4 KB
  005 Mocking Static Methods.mp4 33.3 MB
  005 Mocking Static Methods_en.vtt 5 KB
  005 Throwing Exceptions.mp4 32.1 MB
  005 Throwing Exceptions_en.vtt 4.9 KB
  005 Using IntelliJ instead of Eclipse.html 921.6 B
  006 Argument Matchers.mp4 29.3 MB
  006 Argument Matchers_en.vtt 6.7 KB
  006 Using Mockito Answers.mp4 24.5 MB
  006 Using Mockito Answers_en.vtt 3.4 KB
  006 What should be mocked_.mp4 14.8 MB
  006 What should be mocked__en.vtt 3.5 KB
  007 Mocking Final and Private Methods.mp4 8.1 MB
  007 Mocking Final and Private Methods_en.vtt 2.5 KB
  007 Verifying Behaviour.mp4 49.9 MB
  007 Verifying Behaviour_en.vtt 7.8 KB
  008 Spies.mp4 50.3 MB
  008 Spies_en.vtt 5.9 KB
  008 Summary.mp4 3.9 MB
  008 Summary_en.vtt 2.5 KB
  009 Mocking Void Methods.mp4 46.2 MB
  009 Mocking Void Methods_en.vtt 4.1 KB
  009 Mockito 3 Cheat Sheet.html 102.4 B
  010 Project Source Code 8212 All Tests.html 102.4 B
  28585705-class-diagram.png 117 KB
  28592663-Mockito3CheatSheet.pdf 2.3 MB
  Bonus Resources.txt 409.6 B
  BookingDAO.class 1.5 KB
  BookingDAO.java 614.4 B
  BookingRequest.class 2.3 KB
  BookingRequest.java 2.4 KB
  BookingService.class 4.6 KB
  BookingService.java 1.9 KB
  BusinessException.class 409.6 B
  BusinessException.java 102.4 B
  CurrencyConverter.class 512 B
  CurrencyConverter.java 204.8 B
  Get Bonus Downloads Here.url 204.8 B
  HappyController.class 1.2 KB
  HappyController.java 614.4 B
  HappyHotelAppApplication.class 819.2 B
  HappyHotelAppApplication.java 409.6 B
  MailSender.class 614.4 B
  MailSender.java 307.2 B
  PaymentService.class 1.4 KB
  PaymentService.java 614.4 B
  Room.class 1.2 KB
  Room.java 921.6 B
  RoomService.class 5.9 KB
  RoomService.java 1.8 KB
  Sample01NoSpringContextTest.class 3.4 KB
  Sample01NoSpringContextTest.java 2 KB
  Sample02ControllerSampleTest.class 2.4 KB
  Sample02ControllerSampleTest.java 1.3 KB
  Sample03MockMvcTest.class 2.4 KB
  Sample03MockMvcTest.java 1.2 KB
  Test00SanityCheck.class 512 B
  Test00SanityCheck.java 204.8 B
  Test01FirstMocks.class 2.3 KB
  Test01FirstMocks.java 1.2 KB
  Test02DefaultReturnValues.class 2.7 KB
  Test02DefaultReturnValues.java 1.2 KB
  Test03ReturningCustomValues.class 2.8 KB
  Test03ReturningCustomValues.java 1.5 KB
  Test04MultipleThenReturnCalls.class 3.4 KB
  Test04MultipleThenReturnCalls.java 1.4 KB
  Test05ThrowingExceptions.class 3.6 KB
  Test05ThrowingExceptions.java 1.3 KB
  Test06Matchers.class 3.7 KB
  Test06Matchers.java 1.3 KB
  Test07VerifyingBehaviour.class 2.9 KB
  Test07VerifyingBehaviour.java 1.5 KB
  Test08Spies.class 3.1 KB
  Test08Spies.java 1.5 KB
  Test09MockingVoidMethods.class 3.9 KB
  Test09MockingVoidMethods.java 1.7 KB
  Test10ArgumentCaptors.class 3.8 KB
  Test10ArgumentCaptors.java 2.2 KB
  Test11Annotations.class 3.3 KB
  Test11Annotations.java 2 KB
  Test12Bdd.class 3.2 KB
  Test12Bdd.java 1.5 KB
  Test13StrictStubbing.class 2.4 KB
  Test13StrictStubbing.java 1.1 KB
  Test14StaticMethods.class 3.6 KB
  Test14StaticMethods.java 1.3 KB
  Test15Answers.class 4 KB
  Test15Answers.java 1.4 KB
  Test16FinalMethods.class 2.3 KB
  Test16FinalMethods.java 1.1 KB
  application.properties 0 B
  classpath 1.3 KB
  org.eclipse.jdt.core.prefs 921.6 B
  org.eclipse.m2e.core.prefs 102.4 B
  pom.xml 2 KB
  project 614.4 B
  ▲ 173 total files

Description


Mockito: Next-Level Java Unit Testing
https://DevCourseWeb.com

MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 610 MB | Duration: 1h 45m

Learn the latest Mockito 3 for Java unit testing in just 2 hours and take your developer career to the next level!

What you'll learn
Enrich Java JUnit tests with mocks
Learn the latest Mockito 3 version
Run unit tests with mocks in Eclipse
Work on practical, real-world testing problems
Follow mocking best practices

Have Java programming skills – create classes with fields/methods, know primitive data types like int or double, understand the basics of lists and maps
Know JUnit 5 – understand how unit tests work, and why they are important
Install Eclipse IDE – you can download the IDE for free
Description
Welcome! My name's Adrian and I'm a professional Java Developer. You've just found the highest rated course about Mockito on Udemy! That's the only course that teaches the latest Mockito 3. Here are some examples chosen from the reviews

Related Torrents

torrent name size uploader age seed leech
2
2
0
0
0