FITFLOP
Home

spring-boot-test (5 post)


posts by category not found!

Best practice for writing unit test of a custom Spring ApplicationRunner implementation and passing variations of ApplicationArguments to it

Best Practices for Unit Testing Custom Spring Application Runner Implementations When building Spring Boot applications you might find yourself needing to perfo

4 min read 07-10-2024 29
Best practice for writing unit test of a custom Spring ApplicationRunner implementation and passing variations of ApplicationArguments to it
Best practice for writing unit test of a custom Spring ApplicationRunner implementation and passing variations of ApplicationArguments to it

How to get the array of input from scenario in gherkin (acceptance - java cucumber) and how to convert the data table into list

Harnessing Data Tables in Gherkin A Guide to Converting Cucumber Data into Java Lists Cucumbers Gherkin language is a powerful tool for writing acceptance tests

2 min read 05-10-2024 31
How to get the array of input from scenario in gherkin (acceptance - java cucumber) and how to convert the data table into list
How to get the array of input from scenario in gherkin (acceptance - java cucumber) and how to convert the data table into list

Spring Boot tests - assert max number of started Spring application contexts

Asserting Maximum Spring Application Contexts in Your Tests When writing tests for your Spring Boot applications ensuring you have control over the number of ap

3 min read 03-10-2024 32
Spring Boot tests - assert max number of started Spring application contexts
Spring Boot tests - assert max number of started Spring application contexts

How to Test Apache Camel Route with RoutePolicy without Modifying Route Code?

Testing Apache Camel Routes with Route Policy A Non Invasive Approach Testing Apache Camel routes is crucial for ensuring their functionality and stability Whil

2 min read 01-10-2024 34
How to Test Apache Camel Route with RoutePolicy without Modifying Route Code?
How to Test Apache Camel Route with RoutePolicy without Modifying Route Code?

Testing a Spring Boot Backend with Multi tenancy fails because Session has old tenant

Testing a Spring Boot Backend with Multi Tenancy Overcoming Session Tenant Issues When developing a multi tenant Spring Boot application one common challenge is

3 min read 29-09-2024 35
Testing a Spring Boot Backend with Multi tenancy fails because Session has old tenant
Testing a Spring Boot Backend with Multi tenancy fails because Session has old tenant