Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-test

how to run/turn off selective tests based on profiles in spring boot

Spring test injection not working when using TestExecutionListener

Testing Spring asyncResult() and jsonPath() together

How can I mock db connection in Spring Boot for testing purpose?

Spring Testing with H2 db configuration

h2 spring-test

@TestPropertySource with dynamic properties

How to force `.andExpect(jsonPath()` to return Long/long instead int for int number for jackson parser

Spring boot ComponentScan excludeFIlters not excluding

How do you mock Environment interface?

spring mocking spring-test

Eclipse Photon does not resolve imports in test sources

Are Spring's MockMvc used for unit testing or integration testing?

Error:java: java.lang.ExceptionInInitializerError IntelliJ

Maven: NoClassDefFoundError: org.springframework.test.context.junit4.SpringJUnit4ClassRunner

maven spring-test

Ehcache shutdown causing an exception while running test suite

Testing Spring Framework 4 with Servlet 2.5

java spring spring-test

Tests fail when executed from maven but not from Intellij

java maven junit h2 spring-test

Using @MockBean in tests forces reloading of Application Context

Spring test with @DataJpaTest can't autowire class with @Repository (but with interface repository works!)

Spring Testing: How to enable auto-scan of beans

What are TestExecutionListeners, and what do they do?