Polish
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user