Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-test

How to mock http header in MockRestServiceServer?

Make a fake javax.sql.DataSource?

What is the best way to test that a spring application context fails to start?

How to drop in-memory h2db between Spring Integration tests?

Spring @Autowired behavior different in tests than components

TestNG - @BeforeMethod for specific methods

java spring testng spring-test

Adding a TestExecutionListener

Override @PropertySource with @TestPropertySource in Spring Boot

How to set 'headless' property in a Spring Boot test?

How to retrieve data directly from Spring test MvcResult json response?

org.hibernate.service.UnknownServiceException: Unknown service requested

Spring-Boot module based integration testing

spring-boot spring-test

Spring MVC 5 ResultMatcher jsonPath null value

Spring boot not resolving custom properties from application.properties during integration tests

How to test Spring HandlerInterceptor Mapping

Speed Up Spring MockMvc Integration Test with Embedded Cassandra

Cannot parse object because no supported Content-Type was not specified in response. Content-Type was 'text/html;charset=utf-8'

JUnit Tests: Why is Maven (Surefire) so much slower than running on Eclipse?

Using RestTemplateBuilder with @ContextConfiguration in IT tests