JUnit5 & Mockito

Akshat0210
8,112 views

Open Source Your Knowledge, Become a Contributor

Technology knowledge has to be shared and made accessible for free. Join the movement.

Create Content

Welcome!

This playground lets you get started quickly with a simple working example using Maven and JUnit5.

Hands-on Exercise

  • Write an assertion to compare two String are equal.
  • Write an assertion to check null.
  • Write an assertion to check equality of two byte array.
Assertions in JUnit5

HamCrest API Matchers

  • Write a HamCrest Matcher to check Map has key “John”
  • Write a HamCrest Matcher to check Map has entry “John , J”
Using HamCrest in JUnit5

Mockito in JUnit 5

  • Write Mockito Based test case for Messenger class
Mockito in JUnit5
Open Source Your Knowledge: become a Contributor and help others learn. Create New Content