Add cross references to ReactorContextTestExecutionListener
Fixes: gh-5418
This commit is contained in:
+2
@@ -36,6 +36,8 @@ import org.springframework.test.context.TestExecutionListeners;
|
||||
*
|
||||
* @author Rob Winch
|
||||
* @since 4.0.2
|
||||
* @see WithSecurityContextTestExecutionListener
|
||||
* @see ReactorContextTestExecutionListener
|
||||
*/
|
||||
@Documented
|
||||
@Inherited
|
||||
|
||||
+2
@@ -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 {
|
||||
|
||||
+2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user