Esempio n. 1
0
func TestGrant(t *testing.T) {
	_ = osinserver.AuthorizeHandler(&GrantCheck{})
}
Esempio n. 2
0
func TestAuthorizeAuthenticator(t *testing.T) {
	_ = osinserver.AuthorizeHandler(&AuthorizeAuthenticator{})
}