@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Inherited @SpringBootTest(properties="spring.functional.enabled=true") @ContextConfiguration(loader=org.springframework.cloud.function.context.test.FunctionalTestContextLoader.class) public @interface FunctionalSpringBootTest
Modifier and Type | Optional Element and Description |
---|---|
Class<?>[] |
classes |
String[] |
properties |
String[] |
value |
org.springframework.boot.test.context.SpringBootTest.WebEnvironment |
webEnvironment |
@AliasFor(annotation=org.springframework.boot.test.context.SpringBootTest.class, attribute="properties") public abstract String[] value
@AliasFor(annotation=org.springframework.boot.test.context.SpringBootTest.class, attribute="value") public abstract String[] properties
@AliasFor(annotation=org.springframework.boot.test.context.SpringBootTest.class, attribute="classes") public abstract Class<?>[] classes
@AliasFor(annotation=org.springframework.boot.test.context.SpringBootTest.class, attribute="webEnvironment") public abstract org.springframework.boot.test.context.SpringBootTest.WebEnvironment webEnvironment
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.