Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 432 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 432 Bytes

JUnit_Asserts

This repository contains the example codes for the different methods to assert in JUnit.

Methods

  • assertEquals()
  • assertTrue()
  • assertFalse()
  • assertNull()
  • assertNotNull()
  • assertSame()
  • assertNotSame()
  • assertArrayEquals()
  • assertAll()
  • assertThrows()

Note

This repository is in contribution to the blog on Mastering Selenium Testing: JUnit Asserts With Examples published on LambdaTest.