Search Results for: java 8
-
junit
JUnit Test Order Example
1. Introduction One of the rarely used features in JUnit is the usage of @FixMethodOrder annotation. This is primarily used…
Read More » -
spring
Spring Data Rest Example
In the previous few examples we demonstrated how the different spring data modules are configured and their support for the…
Read More » -
Apache JMeter
JMeter Distributed Testing Example
In this example, we will demonstrate the concept of distributed testing with JMeter. We will look at setting up the…
Read More » -
spring
Spring Batch Admin Tutorial
Spring Batch Admin exposes a web-based user interface featuring an admin console for Spring Batch applications and systems. This tutorial…
Read More » -
gwt
GWT Drag and Drop Example
In this example we will learn about GWT Drag and Drop. The Google Web Toolkit is a development framework for creating…
Read More » -
junit
“No JUnit Tests Found” Error Solution
1. Introduction One of the first steps that developers take in order to create Unit Test case is to ensure…
Read More » -
Apache Solr
Solr Schema.xml Example
In this example of Solr Schema.xml Example, we will discuss about different configuration parameters in schema.xml file provided by Apache Solr. The schema.xml describes…
Read More » -
JBoss Drools
JBoss BRMS Drools Example
In this article, we will see an example of JBoss BRMS. BRMS is a JBoss Rules based server-side solution for the…
Read More » -
junit
JUnit Integration Test Example
1. Introduction Integration tests are test cases that test highly coupled external services. A great example of this is services…
Read More »