OpenID consumer implementation
REQUIRES EiffelStudio 7.2
This commit is contained in:
31
draft/library/security/openid/consumer/tests/application.e
Normal file
31
draft/library/security/openid/consumer/tests/application.e
Normal file
@@ -0,0 +1,31 @@
|
||||
note
|
||||
description : "Objects that ..."
|
||||
author : "$Author$"
|
||||
date : "$Date$"
|
||||
revision : "$Revision$"
|
||||
|
||||
class
|
||||
APPLICATION
|
||||
|
||||
inherit
|
||||
ARGUMENTS
|
||||
|
||||
create
|
||||
make
|
||||
|
||||
feature {NONE} -- Initialization
|
||||
|
||||
make
|
||||
-- Initialize `Current'.
|
||||
do
|
||||
test_openid
|
||||
end
|
||||
|
||||
test_openid
|
||||
local
|
||||
t: TEST_OPENID
|
||||
do
|
||||
create t.make
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user