Autorenname: Martinek

Hamcrest – Improve your tests with useful matchers

Introduction For this hamcrest tutorial, i want to show multiple matches, which are very powerful. Therefore you can fully express your assertions. It provides a fluent and expressive way to define custom matchers for complex conditions and enhances the readability and maintainability of test code. Like always you can see all examples in my example […]

Hamcrest – Improve your tests with useful matchers Read More »

How to add a Map to a query parameter in a Camel Endpoint

The Problem In Camel, a String or Boolean is typically used as a query parameter. You can chain multiple query parameters together. For example in the following we have fileName and delete as query parameters. But what happens when you want a Map as a query parameter? E.g. for the Bean-Component, you have „parameters“ as

How to add a Map to a query parameter in a Camel Endpoint Read More »

Nach oben scrollen