-
IDE
How to Install IntelliJ IDEA on Ubuntu Linux
Some years ago, Eclipse was probably the king of the IDEs of Java development. But, in the last times, IntelliJ…
Read More » -
IDE
IntelliJ IDEA Format Code Example
IntelliJ IDEA is currently, probably, the most popular IDE for Java projects. Among many cool features, one of the most…
Read More » -
IDE
IntelliJ IDEA Create Test Tutorial
IntelliJ IDEA is one of the most used Java IDE. If we want to create tests for our IntelliJ project,…
Read More » -
IDE
IntelliJ IDEA Keyboard Shortcuts Tutorial
The developers, systems administrators, etc., when dealing with files, have the need of being able to perform actions without depending…
Read More » -
Mockito
Mockito List Matcher Example
In the Mockito Tutorial for Beginners, we saw a general overview of the use of Mockito framework for Java unit…
Read More » -
PowerMockito
PowerMock Mock Static Method Example
In the Mockito Tutorial for Beginners, we did a general introduction to the Mockito mocking framework for JUnit tests. One…
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 » -
Mockito
Mockito Tutorial for Beginners
Mocking is a testing technique widely used not only in Java, but in any other object oriented programming language, that…
Read More »