Gradle Test Run :core:test
validateRedirectUri
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| Invalid redirect URI | invalidRedirectUri() | 1 | 0 | 0 | 0.002s | 100% |
| Redirect URI without trailing slash matches with slash | redirectUriWithoutTrailingSlashMatchesWithSlash() | 1 | 0 | 0 | 0.001s | 100% |
| Redirect URI with trailing slash matches subpath | redirectUriWithTrailingSlashMatchesSubpath() | 1 | 0 | 0 | 0.002s | 100% |
| Regex pattern in redirect URI | regexPatternInRedirectUri() | 1 | 0 | 0 | 0.001s | 100% |