-
Apache Camel
Apache Camel Exchange Example
Camel Exchange represents an abstraction for an exchange of messages which involves a request message and its corresponding reply or…
Read More » -
Apache Camel
Apache Camel Components Example
Applications communicate with each other using Messages via Message Channels. The end points of a message channels either consume or…
Read More » -
Apache Camel
Apache Camel CXF Example
In this article, I am going to show you an example of Apache Camel CXF. We will explore Camel’s capabilities…
Read More » -
Apache Camel
Apache Camel Hello World example
In this article, I am going to show you a ‘Hello World’ example of camel. But first let me first…
Read More » -
Mockito
Mockito mock static method example
In this article, I am going to show you how to mock static methods using Powermockito. PowerMock is an open source…
Read More » -
Mockito
Powermock – Mockito Integration Example
Most of the mocking frameworks in Java, including Mockito, cannot mock static methods or final classes. If we come across…
Read More » -
Mockito
Mockito Verify Example
In this article, I am going to show you an example of Mockito Verify. To test the state, we use…
Read More » -
Mockito
Mockito void Method Example
In Mockito Hello World Example, we have learnt how to stub a non-void method that returns something. Sometimes we may…
Read More » -
Mockito
Mockito Spy Example
In this article, I am going to show you an example of Mockito Spy calls. There are times when we…
Read More » -
Mockito
Mockito Hello World Example
You are here, it means either you are interested in the mock objects or you are already aware of Mockito,…
Read More »