Search code examples
SpringBootTest - how to assert if context loading fails...


javaspring-bootintegration-testinglistenerspring-boot-test

Read More
Running Parallel With SpringIntegrationSerenityRunner is not working with maven-surefire...


javaspringjunit4spring-boot-testserenity

Read More
MockMvc. How to pass custom request header using kotlin DSL?...


spring-bootkotlinspring-mvcspring-boot-testmockmvc

Read More
Unable to use CustomUser using @WithUserDetails in Spring Boot test. Normal User class rather than C...


javaspringspring-securityjunitspring-boot-test

Read More
How to prevent spring boot from auto creating instance of bean 'entityManagerFactory' at sta...


javaspringunit-testingspring-bootspring-boot-test

Read More
Database not initialized when executing end-to-end tests...


javaspring-bootspring-batchspring-boot-testspring-autoconfiguration

Read More
Insert New Line In Spring Boot H2 Test...


sqlh2spring-boot-test

Read More
SpringRunner vs SpringBootTest...


javaspring-bootjunitspring-boot-test

Read More
Undo @Sql after each test...


springspring-bootspring-testspring-boot-test

Read More
How to execute code in a SpringBootTest before the Application is run?...


spring-bootspring-boot-test

Read More
How can I use a Spring profile when using @SpringBootTest?...


javaspring-bootspring-boot-test

Read More
Duplicate mock definition error when using @MockBean to override bean in multiple Spring Boot test c...


javaspringmockitospring-boot-test

Read More
SpringBootTest - classes - Mock a required constructor argument...


spring-bootmockitospring-boot-test

Read More
Maven run test error for all classes but working fine for a class...


mavenmockitospring-boot-testmaven-surefire-plugin

Read More
How to test @ConfigurationProperties with ApplicationContextRunner from spring-boot-test?...


spring-bootspring-boot-test

Read More
@WebMvcTest doesn't see @Value Annotation...


spring-bootspring-boot-test

Read More
Mockito it's instantiating with null the builder in the mocked class...


javaspring-bootmockitospring-boot-test

Read More
Spring Boot JUnit cannot reset logging context between test classes...


spring-bootspring-boot-test

Read More
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
Why is Tomcat listening on two ports during a Spring Boot test with an @PostConstruct to retrieve th...


javaspringspring-boottomcatspring-boot-test

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
Testing a Spring Boot Backend with Multi tenancy fails because Session has old tenant...


javaspring-boottestingmulti-tenantspring-boot-test

Read More
BackNext