Search code examples
Spring Boot unit test runs the whole program...

javaspringspring-bootjunitspring-boot-test

Read More
Test rest endpoint - Camel 3 + Spring Boot...

springspring-bootapache-camelspring-boot-test

Read More
Spring Boot Aspectj test with MockMvc...

javaspring-bootaspectjspring-boot-test

Read More
MockMvc and Mockito - java.lang.AssertionError: JSON path "$" Expected: a collection with ...

javaspring-bootspring-boot-testmockmvc

Read More
@SpringBootTest how to pre-populate embedded MongoDB?...

mongodbspring-bootintegration-testingspring-boot-test

Read More
Avoid proliferation of @MockBeans in Spring Boot @WebMvcTest test...

spring-mvcspring-bootspring-boot-test

Read More
Spring Boot controller test with TestRestTemplate always fails with endpoints returning 404...

spring-bootkotlinspring-boot-test

Read More
How to ignore ContextRefreshedEvent when SpringBootTest?...

spring-bootmockitojunit5spring-boot-test

Read More
A simple unit test, when run it, get error "No tests found"...

spring-bootunit-testingspring-boot-test

Read More
How not to rollback @DataJpaTest?...

spring-dataspring-boot-test

Read More
Spring Boot Unit Test a module not detecting an autowired component...

javaspring-bootintellij-ideaspring-boot-test

Read More
How to mock "fluent" DataSourceHealthIndicator?...

spring-bootmockitospring-boot-actuatorspring-boot-test

Read More
How to make a method do nothing in junit integration test?...

javaspringjunitintegration-testingspring-boot-test

Read More
How to write the unit test case for the Classes which are annotated with @Configuration in Spring Bo...

springspring-bootjunitspockspring-boot-test

Read More
Handling multiple exception using JUNIT5 test cases...

spring-bootamazon-dynamodbjunit5spring-boot-test

Read More
How to make some setup work before ApplicationEvent listener in test...

springspring-bootspring-testspring-boot-testmockserver

Read More
How to prevent logging noise during startup in @SpringBootTest?...

javaspringspring-bootspring-boot-test

Read More
UriComponentsBuilder/MvcComponentsBuilder usage in a Spring Boot Test...

spring-bootspring-mvcspring-boot-testspring-mvc-test

Read More
Unsatisfied dependency during test...

spring-bootspring-boot-test

Read More
JUnit 5 Search Rest api testing...

springspring-bootjunit5spring-boot-testspringmockito

Read More
Running the original application from Spring Boot integration test...

javaspring-bootapache-kafkaintegration-testingspring-boot-test

Read More
How to concatenate th:text and static content with html tags in Thymeleaf?...

spring-bootthymeleafspring-boot-test

Read More
MockMvc fails because of method invocation inside the controller method...

mockitojunit5spring-boot-testhittestmockmvc

Read More
SpringBootTest + JPA + Kafka - context is not loading properly during testing...

spring-data-jpah2spring-kafkaspring-boot-test

Read More
SpringBatchTest multiple test classes - throws InstanceAlreadyExistsException...

spring-bootspring-batchspring-testspring-boot-test

Read More
Is there a way to run Karate tests as an integration test suite against a pre-booted spring boot ser...

karatespring-boot-test

Read More
Bad Request (400) in TestRestTemplate exchange method GET...

spring-bootspring-boot-test

Read More
SpringBoot integration tests failing with java.awt.HeadlessException...

javaspring-bootawtspring-boot-testspringjunit4classrunner

Read More
Kotlin - How to manage @BeforeClass static method in springBootTest...

springspring-bootjunitkotlinspring-boot-test

Read More
How to use Testcontainers Cassandra with Spring Data for Apache Cassandra?...

spring-bootcassandraspring-boot-testspring-data-cassandratestcontainers

Read More
BackNext