Search code examples
Embedded kafka in tests with JUnit failing when running all tests...


spring-bootmockitojunit5spring-boot-testspring-kafka-test

Read More
SpringBootTest ClassNotFoundException error in integration test...


javaspring-bootintegration-testingspring-boot-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
Mockito it's instantiating with null the builder in the mocked class...


javamockitospring-boot-testspring-boot-3

Read More
Strange issue with integration test...


spring-booth2spring-boot-testcompletable-futuremockmvc

Read More
How to test Kafka Consumer with @KafkaListener and Mockito?...


spring-bootapache-kafkaspring-kafkaspring-boot-testspring-kafka-test

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
Mock static method in spring boot integration test...


javaspring-bootmockitojunit5spring-boot-test

Read More
Spring batch unit test don't autowiring bean...


springspring-batchspring-boot-test

Read More
Difference between junit-vintage-engine and junit-jupiter-engine?...


javaspring-bootjunitspring-boot-test

Read More
Jooq custom delete method throw ERROR: cannot execute DELETE in a read-only transaction...


javapostgresqlspring-bootjooqspring-boot-test

Read More
BackNext