Add tests for PrincipalMethodArgumentResolver

This commit is contained in:
Johnny Lim
2019-11-06 11:07:59 +09:00
committed by Rossen Stoyanchev
parent c7b9988033
commit 91f5f42d13
2 changed files with 77 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ public class PrincipalMethodArgumentResolverTests {
private final PrincipalMethodArgumentResolver resolver =
new PrincipalMethodArgumentResolver(ReactiveAdapterRegistry.getSharedInstance());
private ResolvableMethod testMethod = ResolvableMethod.on(getClass()).named("handle").build();
private final ResolvableMethod testMethod = ResolvableMethod.on(getClass()).named("handle").build();
@Test