-
Mockito
Mockito Maven Dependency Example
A unit test should test a class in isolation. Side effects from other classes or the system should be eliminated…
Read More » -
Apache Hadoop
Apache Hadoop as a Service Options
In this article, we will have a look at the available option for making use of Hadoop as a service…
Read More » -
Mockito
Mockito Initmocks Example
In this example we will learn how to initialize mocks in Mockito. A unit test should test a class in…
Read More » -
Scala
Scala HTTP Example
In this Example series, we will see how to work with HTTP (Hyper Text Transfer Protocol) through a Web Application…
Read More » -
Git
Git Delete Remote Branch Example
Let’s say our work with remote branch is complete, or let’s say one of the team was working on a…
Read More » -
JavaFX
JavaFX Transformation Example
This is a JavaFX Transformation Example. A transformation is a mapping of points in a coordinate space to themselves preserving…
Read More » -
Vaadin
Vaadin Visual Designer Example
Modern rapid application development environments usually have a visual tool to make the UI. The visual tool allows to put…
Read More » -
Mockito
Initializing Mockito with InitMocks
In the Mockito Tutorial for Beginners, we saw a general overview of the use of Mockito framework for Java unit…
Read More » -
Maven
How to Use Maven For Dependency Management
In this example, we will see how to use Maven for dependency management. Maven is a build manager tool and…
Read More »