Search Results for: java 8
-
regex
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
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 » -
Apache Solr
Apache Solr Synonyms Example
In this example of Solr Synonyms we will show you how to use the Solr synonym feature to substitute words with the relevant…
Read More » -
Apache JMeter
JMeter Response Assertion Example
In this example, we will demonstrate the use of Response Assertion in Apache JMeter. We will go about executing one…
Read More » -
junit
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
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
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 » -
spring
Spring Batch Scheduler Example
In this article we present a simple example of using Spring Batch Scheduler. We will demonstrate how to configure a…
Read More » -
jetty
Jetty Resource Handler Example
In this example, we will elaborate Resource Handlers in Jetty. Jetty Handlers are classes that are used for handling the…
Read More » -
Apache JMeter
JMeter Thread Group Example
In this example, we will demonstrate the significance of Thread Group in Apache JMeter. We will go about implementing one…
Read More »