Sapna2001 / JUnit_Asserts

Examples of different methods to assert in JUnit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Examples of different methods to assert in JUnit


Languages

Language:Java 100.0%