Browse Source

Merge pull request #32568 from izeye

* gh-32568:
  Add Javadoc since for UseMainMethod

Closes gh-32568
pull/32614/head
Andy Wilkinson 4 years ago
parent
commit
1a2cf837d9
  1. 1
      spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/SpringBootTest.java

1
spring-boot-project/spring-boot-test/src/main/java/org/springframework/boot/test/context/SpringBootTest.java

@ -187,6 +187,7 @@ public @interface SpringBootTest { @@ -187,6 +187,7 @@ public @interface SpringBootTest {
* Enumeration of how the main method of the
* {@link SpringBootConfiguration @SpringBootConfiguration}-annotated class is used
* when creating and running the {@link SpringApplication} under test.
* @since 3.0.0
*/
enum UseMainMethod {

Loading…
Cancel
Save