Author: admin

How to mock static variables using Mockito

How to mock static variables using Mockito

What you will learn here about Mockito How to mock static variables using Mockito While working with Junit sometimes we come to situation where we need to mock static variable. Here we will see...

How to mock private variables using mockito

How to mock private variables using mockito

What you will learn here about Junit How to mock private variables using mockito While working on junit sometimes we come to situation where we need to mock or set value for private fields....

Jacoco code coverage report intellij

Jacoco code coverage report intellij

What you will learn here about Jacoco in Java Jacoco code coverage report intellij Here we will see how to integrate Jacoco in java and how to generate code coverage report using Jacoco in...

How to join string array in java

How to join string array in java

What you will learn here about java How to join string array in java Here we will see how to join string array in java. It is very easy to join string array using...

How to find average of array in java

How to find average of array in java

What you will learn here about java How to find average of array in java Here we will see how to find average of array in java using java stream API. In java with...

How to convert list into set in java

How to convert list into set in java

What we will learn here about java How to convert list into set in java Here we will see how to convert List into Set in java using stream. How to convert list into...

How to convert string to JSON array in java

How to convert string to JSON array in java

What you will learn here about java How to convert string to JSONarray in java While working with json, sometimes we come to situation where we need to convert String into Json array or...