Closes gh-5843
This commit is contained in:
Johnny Lim
2016-05-03 14:01:42 +09:00
committed by Stephane Nicoll
parent a75858ea01
commit 7763c2ae4c
5 changed files with 4 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ import static org.assertj.core.api.Assertions.assertThat;
/**
* Base class for {@link SpringBootTest} tests configured to start an embedded servlet
* container
* container.
*
* @author Phillip Webb
* @author Andy Wilkinson

View File

@@ -26,7 +26,7 @@ import org.springframework.web.bind.annotation.RestController;
import org.springframework.web.servlet.config.annotation.EnableWebMvc;
/**
* Tests for {@link SpringBootTest} configured with {@link WebEnvironment#DEFINED_PORT}.
* Tests for {@link SpringBootTest} configured with {@link WebEnvironment#RANDOM_PORT}.
*
* @author Phillip Webb
* @author Andy Wilkinson