This commit is contained in:
Phillip Webb
2019-05-30 09:52:05 -07:00
parent 23a923d189
commit 68aec8b6ee
21 changed files with 76 additions and 47 deletions

View File

@@ -23,7 +23,7 @@ import org.junit.jupiter.api.extension.ExtensionContext;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Tests for {@link OutputCapture} when used via {@link ExtendWith}.
* Tests for {@link OutputCapture} when used via {@link ExtendWith @ExtendWith}.
*
* @author Madhura Bhave
*/

View File

@@ -21,7 +21,8 @@ import org.junit.jupiter.api.extension.RegisterExtension;
import static org.assertj.core.api.Assertions.assertThat;
/**
* Tests for {@link OutputCapture} when used via {@link RegisterExtension}.
* Tests for {@link OutputCapture} when used via
* {@link RegisterExtension @RegisterExtension}.
*
* @author Madhura Bhave
*/