Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spring-boot-test

Spring boot with WebFlux always throw 403 status in tests

Avoiding Kafka Streams to start in tests using Spring Boot 1.5

How to replace a @MockBean?

How to use @MockBean with JUnit 5 in Spring Boot?

How to disable Spring SQS handler in module/integration test

Spring Boot: Disable security for Spring Boot Unit Test [duplicate]

How to prevent spring boot from auto creating instance of bean 'entityManagerFactory' at startup?

How to test @ConfigurationProperties with ApplicationContextRunner from spring-boot-test?

SpringBootTest with MockMvcBuilders stand alone setup is not loading my ControllerAdvice despite setting it

How to set active profile programmatically for any environment?

package org.springframework.boot.test.context does not exist

Unsatisfied dependency during test

Could not find sun.misc.Unsafe when I tested model using mockito

SpringBootTest exclude packages from being scanned

@ComponentScan in application class breaks @WebMvcTest and @SpringBootTest

@Value("${local.server.port}") not working in Spring boot 1.5

Spring Cloud Contract - is it Consumer Driven?

java.lang.NoSuchMethodError: org.mockito.MockingDetails.getMockCreationSettings()Lorg/mockito/mock/MockCreationSettings

Spring boot and camel testing with @SpringBootTest