Searched refs:UserInfoMatcher (Results 1 – 1 of 1) sorted by relevance
45 return argThat(new UserInfoMatcher(userId)); in isUserInfo()76 private static class UserInfoMatcher implements ArgumentMatcher<UserInfo> { class in CarArgumentMatchers80 private UserInfoMatcher(@UserIdInt int userId) { in UserInfoMatcher() method in CarArgumentMatchers.UserInfoMatcher