Core Java
-
Gradle Wrapper Example
In this example, we will understand how Gradle can be used to build projects even if the developer machine doesn’t have…
Read More » -
Lucene indexwriter example
In this Example , we are going to learn about Lucene indexwriter class. Here, we go through the simple and…
Read More » -
Spring JUnit Test Example
In this example, I’ll be showcasing how to do Unit Tests for Spring beans using only annotations. 1. Introduction Spring…
Read More » -
Groovy Regex Example
In this example I will show you how to use regular expressions in Groovy. 1. Groovy and Regular Expressions Groovy…
Read More » -
JUnit Report Example
1. Introduction In all the test cases of an application, there is always a way to create a report of…
Read More » -
JUnit AssertThat Example
1. Introduction The assertThat is one of the JUnit methods from the Assert object that can be used to check…
Read More » -
JUnit SetUp / TearDown Example
1. Introduction When we create JUnit test cases, we would normally setup our own configuration and data objects that can…
Read More » -
Gradle OSGi Plugin Example: BNDTools Bundle Integration
In this example we will talk about how to integrate OSGi frameworks with Gradle build tool. This work consists in build JAR…
Read More » -
JUnit assertEquals example
1. Introduction To follow through with my previous post about assertTrue and assertFalse, this post will tackle on checking for an…
Read More » -
JUnit assertFalse example
1. Introduction To follow through with my previous post about assertTrue, this will tackle about the exact opposite of that…
Read More »