Author: admin

How to create junit test case in intellij

How to create junit test case in intellij

What you will learn here about Junit How to create junit test case in intellij How to create junit test case in intellij Please follow the following steps to know how to create junit...

Lombok is not working in intellij

Lombok is not working in intellij

What you will learn here about Lombok Lombok is not working in intellij Generally we getters and setters methods in our code for reading and setting up the values of instance variables. These getters...

JUnit test cases example in Eclipse

JUnit test cases example in Eclipse

What you will learn here about Junit JUnit test cases example in Eclipse JUnit test cases example in Eclipse Please follow the following steps to know how to write Junit test case in Eclipse...

How to write test case for exception in Junit

How to write test case for exception in Junit

What you will learn here about Junit How to write test case for exception in Junit Sometimes we come to situation where we want to write test case for exception. So here we will...

How to avoid multiple asserts in a JUnit test

How to avoid multiple asserts in a JUnit test

What you will learn here about Junit test case How to avoid multiple asserts in a JUnit test Please click on below link to download Sample project How to avoid multiple asserts in a...

How to replace for loop with stream java

How to replace for loop with stream java

What you will learn here about java stream How to replace for loop with stream java Here we will see how to replace for loop with java stream API. In java we can replace...