Search code examples
Java SpringBootTest EntityNotFoundException on setup method...


javaspringunit-testingspring-mvcspring-boot-test

Read More
Spring boot application is not picking all the test cases for execution after migrating spring boot ...


springspring-bootspring-boot-testspring-boot-gradle-plugin

Read More
Junit tests are failing after I upgrade the spring boot dependencies...


spring-bootjunit4junit5spring-boot-testjunit-jupiter

Read More
How to Test a Spring Boot 1.2.7 Application?...


javaspring-bootjunitspring-boot-testspring-boot-maven-plugin

Read More
inject a JPA repository in Spring Boot test, without session issue...


spring-data-jpaspring-boot-test

Read More
When is mandatory use TestEntityManager in testing?...


javaspring-bootspring-boot-test

Read More
Spring Boot Integration Test failes due to lucene lock when using Hibernate Search...


spring-boothibernate-searchspring-boot-test

Read More
Junit5: WebMvcTest returns 404. Probably because I'm not mocking underlyng method?...


javaspring-bootspring-mvcjunit5spring-boot-test

Read More
NullPointerException Mock when use RestTemplate...


javaspringunit-testingmockitospring-boot-test

Read More
Argument passed to when() is not a mock! exception thrown with Spring Boot project which doesn't...


spring-bootmockitojunit5spring-boot-test

Read More
@WithUserDetails does not seem to work...


unit-testingspring-bootspring-securityspring-socialspring-boot-test

Read More
How to run the SpringBootTest with only a single bean and with included resilience4j annotations...


spring-testspring-boot-testresilience4j

Read More
@SpringBootTest Toggable webEnvironment?...


javaspring-boot-testspring-profiles

Read More
Add environment property to @SpringBootTest before application.properties evaluation?...


javaspring-bootjunitspring-boot-test

Read More
JettyReactiveClient NoClassDefFoundError in tests...


javajettyspring-boot-test

Read More
NoSuchBeanDefinitionException / UnsatisfiedDependencyException when testing Spring Boot app with Jav...


javaspringspring-bootspring-boot-testjava-module

Read More
How can I run a REST Controller test without loading data.sql?...


javaspringspring-bootspring-restcontrollerspring-boot-test

Read More
I can't autowire Service class in Spring Boot Test...


spring-bootmockitoautowiredspring-boot-testspringmockito

Read More
Cosmos DB Container Name with EL not resolving in SpringBootTest...


javaazure-cosmosdbspring-boot-testspring-expression-language

Read More
Spring boot v2 No qualifying bean of type TestRestTemplate...


springspring-bootkotlinspring-boot-testspring-mvc-test

Read More
springboot jpa repository.save(obj) must not be null, NullPointerException in test...


spring-bootkotlinspring-data-jpajunit5spring-boot-test

Read More
How to replace annotation SpringBootTest if I have to wire up only one class, not the whole applicat...


springspring-bootspring-mvcspring-boot-test

Read More
Including property lists in SpringBootTest properties attribute...


spring-bootpropertiesspring-boot-test

Read More
How do I enable H2 Console in a Spring Boot Library?...


spring-bootspring-data-jpaspring-boot-test

Read More
Exclude elasticsearchTemplate from Spring-Boot Test...


spring-bootelasticsearchjunit5spring-boot-test

Read More
How to use Spring defaultValidator in JUnit tests...


springspring-bootspring-testspring-boot-test

Read More
Lombok generated constructor can not implicit autowire in SpringBootTest...


javalombokspring-boot-test

Read More
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
BackNext