func TestValidateAuthenticationConfiguration(t *testing.T) { … } func TestValidateIssuerURL(t *testing.T) { … } func TestValidateIssuerDiscoveryURL(t *testing.T) { … } func TestValidateAudiences(t *testing.T) { … } func TestValidateCertificateAuthority(t *testing.T) { … } func TestValidateClaimValidationRules(t *testing.T) { … } func TestValidateClaimMappings(t *testing.T) { … } func TestValidateUserValidationRules(t *testing.T) { … } func errString(errs errors.Aggregate) string { … } type test … func TestValidateAuthorizationConfiguration(t *testing.T) { … } func TestValidateAndCompileMatchConditions(t *testing.T) { … }