Companies Home Search Profile

Getting Started with Mockito 2

Focused View

Nicolae Caprarescu

1:23:39

43 View
  • 00. Course Overview.mp4
    01:19
  • 00. Introduction.mp4
    03:08
  • 01. Demo Code Overview.mp4
    01:53
  • 02. Writing a Test without Mocks.mp4
    02:24
  • 03. Installing Mockito and Adding a Mock to the Mockless Test.mp4
    01:56
  • 04. What Is Mocking - .mp4
    01:47
  • 05. Why Mock - .mp4
    01:53
  • 06. Test Doubles.mp4
    03:21
  • 07. What Is a Unit - .mp4
    01:00
  • 08. Mock Classes or Mock Interfaces - .mp4
    01:00
  • 09. Summary.mp4
    01:28
  • 00. Introduction.mp4
    01:05
  • 01. Stubbing Your First Mocked Methods.mp4
    04:33
  • 02. Solidifying the Knowledge Gained so Far.mp4
    03:13
  • 03. Using Argument Matchers.mp4
    03:36
  • 04. Stubbing Methods with Exceptions.mp4
    05:28
  • 05. Summary.mp4
    01:52
  • 00. Introduction.mp4
    04:14
  • 01. Verifying Mocks.mp4
    05:48
  • 02. Argument Matchers and Argument Captors.mp4
    03:58
  • 03. Overview.mp4
    01:12
  • 00. Introduction.mp4
    01:48
  • 01. Using Advanced Verification Tools.mp4
    02:08
  • 02. Partial Mocks.mp4
    07:43
  • 03. Testing Code That Deals with Time.mp4
    07:02
  • 04. Final Methods and Selective Partial Mocks.mp4
    01:07
  • 05. Summary.mp4
    01:04
  • 00. Introduction.mp4
    01:41
  • 01. Using Behavior Driven Development Aliases.mp4
    03:58
  • 02. Summary.mp4
    01:00
  • Description


    Writing unit tests is difficult if the dependencies between your application classes make it difficult to draw a boundary between what you want to test and the rest of the codebase. Mockito helps you to easily create Java tests by using mock objects.

    What You'll Learn?


      Writing unit tests is difficult if the dependencies between your application classes make it difficult to draw a boundary between what you want to test and the rest of the codebase. In this course, Getting Started with Mockito, you will gain the ability to focus on the thing you’re trying to test without having to worry about the rest of the codebase. First, you will learn how to use mock objects instead of real dependencies. Next, you will discover how to configure mocked methods, including return values and exception throwing. Finally, you will explore the concept of partial mocks and how to use them to test tricky situations. When you are finished with this course, you will have the skills and knowledge of mocking with Mockito needed to test your Java applications by creating, configuring, and using mocks in your unit tests.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Nicolae Caprarescu
    Nicolae Caprarescu
    Instructor's Courses
    Now an independent consultant, Nicolae started his career in 2013 as a software engineer. Over the years, Nicolae worked on systems ranging from high-frequency Java trading engines to various apps for startups. Nicolae's technical roles have always been full-stack, most often focusing on Java back-ends and web-based front-ends: Java, Spring, JDBC, SQL, Maven, Gradle, TeamCity, Jenkins, TDD, JUnit, mocking, automated testing, JavaScript, Selenium and RESTful. Nicolae's technical interests include machine learning, software architecture, and finding the right balance between the usage of statically typed languages versus dynamically typed languages. Nicolae also enjoys making teams run efficiently by embracing Agile values and instilling them in any team he can. Nicolae holds a First Class Bachelor's degree in Computer Science from The University of Manchester, where he discovered his passion for teaching while mentoring other students. Nicolae also enjoys traveling and motorsports.
    Pluralsight, LLC is an American privately held online education company that offers a variety of video training courses for software developers, IT administrators, and creative professionals through its website. Founded in 2004 by Aaron Skonnard, Keith Brown, Fritz Onion, and Bill Williams, the company has its headquarters in Farmington, Utah. As of July 2018, it uses more than 1,400 subject-matter experts as authors, and offers more than 7,000 courses in its catalog. Since first moving its courses online in 2007, the company has expanded, developing a full enterprise platform, and adding skills assessment modules.
    • language english
    • Training sessions 30
    • duration 1:23:39
    • level average
    • Release Date 2023/10/11

    Courses related to Software Testing

    Courses related to Mockito

    Courses related to Software Engineering