Search code examples
Is it possible to activate a spring profile in a WebMvcTest...

spring-bootspring-testspring-boot-testspring-webspring-test-mvc

Read More
Unit Test For Websocket Returns Null...

spring-bootspring-mvcjunit5spring-websocketspring-boot-test

Read More
Functional bean definition Kotlin DSL - add initializer to single test class?...

springspring-bootspring-webfluxspring-boot-testspring-bean-dsl

Read More
How to use Kotlin beans dsl initializer in SpringBootTest...

spring-bootkotlinspring-boot-test

Read More
How to test an SpringBoot aspect method with JUnit?...

javaspring-bootaspectjspring-boot-test

Read More
MockMvc GET request failed with 404 but the URL is valid...

springspring-bootkotlinspring-boot-test

Read More
Spring KafkaTestUtils: wait until message in topic would be consumed...

javaspring-bootintegration-testingspring-boot-testspring-kafka-test

Read More
Spring boot property value conversion from String to Duration works in application, fails in unit te...

javaspring-bootspring-boot-testspring-properties

Read More
Spring GenericWebApplicationContext gets loaded despite web-application-type: NONE...

spring-bootspring-boot-test

Read More
Test Batch with Spring boot...

springspring-bootspring-batchspring-testspring-boot-test

Read More
db2 query bad grammar, how to run unit test with h2...

junitdb2h2spring-boot-test

Read More
Springboot & Mockito - Using ReflectionTestUtils.setField calling method twice...

spring-bootreflectionmockitojunit5spring-boot-test

Read More
How to mock Inner class instance using Mockito...

spring-bootjunitmockitojunit5spring-boot-test

Read More
Should we write unit test and integration test for repository layer in Spring Boot?...

javaspringunit-testingspring-bootspring-boot-test

Read More
BeanDefinitionOverrideException when supplying bean for integration test / @SpringBootTest...

springspring-bootspring-boot-test

Read More
Jenkins agent jobs killed when running Spring Boot Tests with DB...

jenkinspersistencespring-boot-testokd

Read More
In my Springboot project, how to use @Value annotation to get the property value in the Properties f...

javaspring-boot-test

Read More
Persist database between sequentially running Karate tests...

karatespring-boot-test

Read More
SpringBootTest for an arbitrary ApplicationConfiguration class to test the reading of the applicatio...

javaspringspring-bootgroovyspring-boot-test

Read More
Creating integration tests in a monolithic SpringBoot application...

javaspring-boottestingspring-boot-test

Read More
@WebMvcTest requires mocking beans unrelated to test...

spring-bootspring-mvcspring-boot-test

Read More
Why does @Cachable(...) work with @Bean return mock() but not with @MockedBean...

spring-bootmockitospring-boot-testspring-beanspring-cache

Read More
Integration Test Data Set Up in Spring Boot...

spring-testspring-boot-test

Read More
REST Controller test: MockMvc.andExpect doesn't work with ENUM...

javaspring-bootspring-boot-testmockmvc

Read More
Junit5 Spring Boot Autowire ComponentScan Not Working...

javaspringjunit5spring-boot-test

Read More
Sleuth baggage is not working in integration test...

spring-boot-testspring-cloud-sleuth

Read More
Spring Boot Application is starting up from a JUnit test but unable to access through URL...

javaspring-bootjunitspring-boot-test

Read More
Springboot -Include JPA dependency and run "mvn clean install" fails with HikariPool-1 - E...

spring-bootspring-data-jpaspring-boot-testspring-boot-maven-plugin

Read More
Why does Spring Boot spawn 2 test containers with singleton container approach?...

javaspring-bootspring-boot-testtestcontainers

Read More
How to override application-test.yml in spring boot test?...

javaspring-bootspring-boot-test

Read More
BackNext