Searched refs:maxUserId (Results 1 – 1 of 1) sorted by relevance
44 int maxUserId = Integer.MAX_VALUE / PER_USER_RANGE; in testUserIdValidation() local45 int invalidUserId = maxUserId + 1; in testUserIdValidation()53 assertTrue(ValidationHelper.isUserIdValid(maxUserId)); in testUserIdValidation()