Udemy - Mockito - Next-Level Java Unit Testing

  • CategoryOther
  • TypeTutorials
  • LanguageEnglish
  • Total size610.8 MB
  • Uploaded Byfreecoursewb
  • Downloads22
  • Last checkedJan. 16th '22
  • Date uploadedJan. 14th '22
  • Seeders 4
  • Leechers5

Infohash : 23F6D94B02769F8FEA914481C7B540E6434425F2

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

Files:

[ DevCourseWeb.com ] Udemy - Mockito - Next-Level Java Unit Testing
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 01 - First things first
    • 001 Introduction.mp4 (7.4 MB)
    • 001 Introduction_en.vtt (2.4 KB)
    • 002 Mocking Theory.mp4 (25.2 MB)
    • 002 Mocking Theory_en.vtt (7.0 KB)
    • 003 Mocking Frameworks.mp4 (6.6 MB)
    • 003 Mocking Frameworks_en.vtt (1.4 KB)
    • 004 Eclipse Project Setup.mp4 (3.2 MB)
    • 004 Eclipse Project Setup_en.vtt (2.1 KB)
    • 005 Using IntelliJ instead of Eclipse.html (0.9 KB)
    • 006 What should be mocked_.mp4 (14.8 MB)
    • 006 What should be mocked__en.vtt (3.5 KB)
    • 28585705-class-diagram.png (117.0 KB)
    • HappyHotelApp
      • classpath (1.3 KB)
      • pom.xml (1.4 KB)
      • project (0.6 KB)
      • settings
        • org.eclipse.jdt.core.prefs (0.9 KB)
        • org.eclipse.m2e.core.prefs (0.1 KB)
        src main java com mockitotutorial happyhotel booking
        • BookingDAO.java (0.5 KB)
        • BookingRequest.java (2.4 KB)
        • BookingService.java (1.9 KB)
        • BusinessException.java (0.1 KB)
        • CurrencyConverter.java (0.2 KB)
        • MailSender.java (0.3 KB)
        • PaymentService.java (0.5 KB)
        • Room.java (0.9 KB)
        • RoomService.java (1.7 KB)
        test java com mockitotutorial happyhotel booking
        • Test00SanityCheck.java (0.2 KB)
        target classes com mockitotutorial happyhotel booking
        • BookingDAO.class (1.4 KB)
        • BookingRequest.class (2.3 KB)
        • BookingService.class (4.6 KB)
        • BusinessException.class (0.4 KB)
        • CurrencyConverter.class (0.5 KB)
        • MailSender.class (0.6 KB)
        • PaymentService.class (1.3 KB)
        • Room.class (1.2 KB)
        • RoomService.class (5.8 KB)
        test-classes com mockitotutorial happyhotel booking
        • Test00SanityCheck.class (0.5 KB)
        02 - Mockito 3 Basics
        • 001 First Mocks.mp4 (61.8 MB)
        • 001 First Mocks_en.vtt (10.5 KB)
        • 002 Default Return Values.mp4 (44.3 MB)
        • 002 Default Return Values_en.vtt (5.9 KB)
        • 003 Returning Custom Values.mp4 (38.6 MB)
        • 003 Returning Custom Values_en.vtt (5.9 KB)
        • 004 Multiple thenReturn Calls.mp4 (26.4 MB)
        • 004 Multiple thenReturn Calls_en.vtt (4.1 KB)
        • 005 Throwing Exceptions.mp4 (32.1 MB)
        • 005 Throwing Exceptions_en.vtt (4.9 KB)
        • 006 Argument Matchers.mp4 (29.3 MB)
        • 006 Argument Matchers_en.vtt (6.7 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)
        • 009 Mocking Void Methods.mp4 (46.2 MB)
        • 009 Mocking Void Methods_en.vtt (4.1 KB)
        03 - More Advanced Concepts
        • 001 Argument Captors.mp4 (24.2 MB)
        • 001 Argument Captors_en.vtt (6.1 KB)
        • 002 Annotations.mp4 (11.5 MB)
        • 002 Annotations_en.vtt (2.8 KB)
        • 003 Mockito BDD.mp4 (8.8 MB)
        • 003 Mockito BDD_en.vtt (3.4 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.0 KB)
        • 006 Using Mockito Answers.mp4 (24.5 MB)
        • 006 Using Mockito Answers_en.vtt (3.4 KB)
        • 007 Mocking Final and Private Methods.mp4 (8.1 MB)
        • 007 Mocking Final and Private Methods_en.vtt (2.5 KB)
        • 008 Summary.mp4 (3.9 MB)
        • 008 Summary_en.vtt (2.5 KB)
        • 009 Mockito 3 Cheat Sheet.html (0.1 KB)
        • 010 Project Source Code 8212 All Tests.html (0.1 KB)
        • 28592663-Mockito3CheatSheet.pdf (2.3 MB)
        • HappyHotelApp
          • classpath (1.3 KB)
          • pom.xml (1.4 KB)
          • project (0.6 KB)
          • settings
            • org.eclipse.jdt.core.prefs (0.9 KB)
            • org.eclipse.m2e.core.prefs (0.1 KB)
            src main java com mockitotutorial happyhotel booking
            • BookingDAO.java (0.5 KB)
            • BookingRequest.java (2.4 KB)
            • BookingService.java (1.8 KB)
            • BusinessException.java (0.1 KB)
            • CurrencyConverter.java (0.2 KB)
            • MailSender.java (0.3 KB)
            • PaymentService.java (0.5 KB)
            • Room.java (0.9 KB)
            • RoomService.java (1.7 KB)
            test java com mockitotutorial

            Code:

            • udp://tracker.torrent.eu.org:451/announce
            • udp://tracker.tiny-vps.com:6969/announce
            • http://tracker.foreverpirates.co:80/announce
            • udp://tracker.cyberia.is:6969/announce
            • udp://exodus.desync.com:6969/announce
            • udp://explodie.org:6969/announce
            • udp://tracker.opentrackr.org:1337/announce
            • udp://9.rarbg.to:2780/announce
            • udp://tracker.internetwarriors.net:1337/announce
            • udp://ipv4.tracker.harry.lu:80/announce
            • udp://open.stealth.si:80/announce
            • udp://9.rarbg.to:2900/announce
            • udp://9.rarbg.me:2720/announce
            • udp://opentor.org:2710/announce