Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-test

Mock SecurityContextHolder / Authentication always returning null

Spring4 JUnit tests : Load SQL to a H2 db

java spring junit spring-test

@IntegrationTest vs @WebIntegrationTest annotations

Documenting byte[] response in Spring Rest Docs

@ActiveProfiles in meta annotation and on test class not working

Spring Junit test case for controller rest service

Issue with @WithUserDetails and spring boot 1.4 TestEntityManager

How to assert json content in MockRestServiceServer?

Test JwtDecoder in @WebMvcTest with Spring Security

test suite inside spring context

Spring Boot test class wont inject beans

How to fix the null value response of RestTemplate.exchange in a Mockito Test?

Spring Boot test tries to initialize cache2k for the 2nd time and fails

Testing @TransactionalEvents and @Rollback

Spring Boot test doesn't find bean from sibling package

Spring Test returning 404 instead of 200 in testing Rest API in Spring Boot

Accessing spring context in testng's @BeforeTest

java testng spring-test

'Cannot subclass final class java.lang.String' when using Spring Boot 1.4 MockMVC controller method matching

How to get ErrorAttributes autowired also in tests?

Spring OAuth and Boot Integration Test