Search code examples
Mockito injecting mocks Spring Boot test...

spring-bootdependency-injectionmockingmockitospring-boot-test

Read More
How to get spring boot default Kafka consumer object...

javaspring-kafkaspring-boot-actuatorspring-boot-test

Read More
Not able to prevent couchbase autoconfiguration during tests...

spring-bootspring-datacouchbasespring-boot-testspring-data-couchbase

Read More
Avoid making actual Rest call in RestTemplate Junit...

springspring-bootjunitmockingspring-boot-test

Read More
How to add an init script to h2 junit spring test?...

javaspringspring-booth2spring-boot-test

Read More
mock bean unable to inject dependecy in unit test...

resttemplatespring-boot-testspring-resttemplate

Read More
Springboot - application-integration.properties working under src/main/resources, but not under src/...

javaspring-bootspring-boot-testapplication.properties

Read More
How to use parameter type instead regex in Cucumber for Java...

javacucumberspring-boot-test

Read More
Flyway version 7.5.1 and up can not initialize Zonky-test DB...

postgresqlspring-bootspring-data-jpaflywayspring-boot-test

Read More
How to start testcontainers with specific docker image?...

springjunitspring-boot-testtestcontainers

Read More
"No converter found for return value" when running Spring Boot MockMvc test...

spring-bootkotlinjacksonspring-boot-test

Read More
Spring Boot Test: Inject different Resources for each unit tests...

javaspringunit-testingspring-testspring-boot-test

Read More
What is the cause of LazyInitializationException when testing Spring Boot web app with MockMvc and A...

javaspring-bootunit-testingspring-boot-testmockmvc

Read More
How to check intended controllers are loaded in WebMvcTest in Spring Boot Unit Test...

spring-boot-test

Read More
@ConfigurationProperties don't work in test in Spring Boot 2.4.2...

javaspring-bootspring-boot-testspring-boot-2configurationproperties

Read More
Spring @Value injection conversion not working in @SpringJUnitConfig test...

springspring-bootkotlinjunit5spring-boot-test

Read More
SpringBootTest failing - Why in single application test schema.sql and data.sql is executed twice?...

javaspring-boottestingspring-data-jpaspring-boot-test

Read More
Testing a @KafkaListener using Spring Embedded Kafka...

javaspring-bootapache-kafkaspring-kafkaspring-boot-test

Read More
The order of execution of integration tests does not work in Srping Boot (...

javajunit5spring-boot-test

Read More
Duplicate Key value...

javaspring-bootspring-boot-test

Read More
How to properly run spock test using testcontainers in spring boot...

spockspring-boot-testtestcontainers

Read More
Reactor Flux with blockLast() Spring Boot integration test never spins up...

springspring-bootproject-reactorspring-boot-testreactor

Read More
Spring Boot integration test fails if @Transactional...

springspring-bootspring-dataspring-boot-testspring-data-jdbc

Read More
SpringBootTest @EnabledWebSocket ignored...

javaspringspring-bootspring-websocketspring-boot-test

Read More
How to mock using Mockito and assert a thrown exception and message using Junit5?...

javamockitojunit5spring-boot-test

Read More
Spring Boot Cucumber tests could not resolve placeholder 'random.uuid'...

javaspring-bootrandomcucumberspring-boot-test

Read More
Getting NotAMockException on the below Test Case...

javamockitojunit4spring-boot-test

Read More
What is the reason for an UninitializedPropertyAccessException in @SpringBootTest with MockK and Kot...

kotlinspring-boot-testmockk

Read More
@AutoConfigureMockMvc how to set message converters...

spring-bootspring-boot-testmockmvcspring-autoconfiguration

Read More
Error creatin bean with name 'jpaMappingContext' and 'NameOfMyRepository'...

javaspringspring-boot-test

Read More
BackNext