Search code examples
Spring Boot RestClient as a singleton or create new instances per request...

springspring-bootspring-mvcspring-boot-testspring-restclient

Read More
PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following: ; Spr...

sqloracle-databasespring-bootspring-boot-test

Read More
How to gracefully shutdown Spring boot app, after JUnit 5 integration test...

spring-bootintegration-testingjunit5spring-boot-testapplication-shutdown

Read More
Strict @MockBean in a Spring Boot Test...

javaspring-bootmockitospring-boot-test

Read More
Maven & Cucumber integration tests reporting...

spring-bootcucumbermaven-pluginspring-boot-test

Read More
Why are there 2 Security Filter Chains defined for my Spring Boot Application?...

springspring-bootspring-securityspring-boot-test

Read More
How to use @ServiceConnection with GenericContainer and custom ConnectionDetails...

spring-bootspring-boot-testtestcontainersspring-boot-testcontainers

Read More
Embedded kafka in tests with JUnit failing when running all tests...

spring-bootmockitojunit5spring-boot-testspring-kafka-test

Read More
Kafka Consumer test works with SpringBootTest but not with ContextConfiguration...

javaspringspring-bootspring-kafkaspring-boot-test

Read More
@KafkaListener with containerFactory is not triggered in @SpringBootTest...

spring-bootspring-kafkaspring-boot-testtestcontainersspring-boot-testcontainers

Read More
How to reuse Testcontainers between multiple SpringBootTests?...

javaspring-bootspring-boot-testtestcontainers

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

javaspring-boottestingmulti-tenantspring-boot-test

Read More
Spring Boot tests - assert max number of started Spring application contexts...

javaspring-bootintegration-testingspring-boot-test

Read More
How to use user defined database proxy in @DataJpaTest...

spring-bootspring-boot-test

Read More
Best practice for writing unit test of a custom Spring ApplicationRunner implementation and passing ...

javaspring-bootunit-testingspring-boot-test

Read More
Spring boot upgrade from 3.1.9 to 3.2.3 Caused by: java.lang.IllegalArgumentException: authenticatio...

spring-bootspring-securityspring-boot-test

Read More
Spring Boot tests: exclude one specific @Configuration class without using the @Profile annotation...

javaspring-bootunit-testingspring-boot-testspring-context

Read More
Speed up startup time of a SpringBootTest with SpringRunner...

javaspring-bootspring-boot-test

Read More
@MockBean does not get mocked when using @DataJpaTest...

mockitojunit4spring-boot-testdata-jpa-test

Read More
Strange issue with integration test...

spring-booth2spring-boot-testcompletable-futuremockmvc

Read More
SpringBoot 2 + Junit5: null with @Value...

spring-bootjunitjunit5spring-boot-test

Read More
How to enable virtual threads in springBootTest...

spring-boot-testvirtual-threads

Read More
Kafka eventlistener does not working in SpringBootTest...

javaspring-bootapache-kafkaspring-kafkaspring-boot-test

Read More
JUnit's @TestMethodOrder annotation not working...

javaspring-bootjunit5spring-boot-test

Read More
How to make RestTemplet available while writing integration test for repository while working with M...

javamongodbspring-bootspring-boot-test

Read More
UnnecessaryStubbingException on Mockito stubbing in Spring Boot mockmvc and MvcResult result doesn&#...

unit-testingmockitospring-boot-test

Read More
Springboot integration test fails after upgrading from springboot 3.1.5 to 3.2.0...

sqlspring-bootspring-boot-testspring-boot-3

Read More
how to configure karate to use FeignClient or RestTemplate in place of ApacheHttpClient...

javaspring-bootkaratejava-11spring-boot-test

Read More
How can I manipulate the data in Spring Boot Test class so that it is updated on the Server as well?...

javaspringspring-bootselenium-webdriverspring-boot-test

Read More
How to mock GraphServiceClient on SpringBootTest?...

spring-bootazuremockitoazure-ad-b2cspring-boot-test

Read More
BackNext