1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Add cross references to ReactorContextTestExecutionListener

Fixes: gh-5418
This commit is contained in:
Rob Winch
2018-06-11 17:13:24 -05:00
parent 8659a4b555
commit ad2cb501b8
4 changed files with 7 additions and 0 deletions
@@ -36,6 +36,8 @@ import org.springframework.test.context.TestExecutionListeners;
*
* @author Rob Winch
* @since 4.0.2
* @see WithSecurityContextTestExecutionListener
* @see ReactorContextTestExecutionListener
*/
@Documented
@Inherited
@@ -37,6 +37,8 @@ import reactor.util.context.Context;
*
* @author Rob Winch
* @since 5.0
* @see WithSecurityContextTestExecutionListener
* @see org.springframework.security.test.context.annotation.SecurityTestExecutionListeners
*/
public class ReactorContextTestExecutionListener
extends DelegatingTestExecutionListener {
@@ -42,6 +42,8 @@ import org.springframework.test.web.servlet.MockMvc;
* @author Rob Winch
* @author Eddú Meléndez
* @since 4.0
* @see ReactorContextTestExecutionListener
* @see org.springframework.security.test.context.annotation.SecurityTestExecutionListeners
*/
public class WithSecurityContextTestExecutionListener
extends AbstractTestExecutionListener {