Skip to content

Sapna2001/JUnit_Asserts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages