Package openid :: Package test :: Module test_association_response :: Class TestExtractAssociationMissingFieldsOpenID2
[hide private]
[frames] | no frames]

Class TestExtractAssociationMissingFieldsOpenID2

source code

test_consumer.CatchLogs --+    
                          |    
      unittest.TestCase --+    
                          |    
              BaseAssocTest --+
                              |
                             TestExtractAssociationMissingFieldsOpenID2

Test for returning an error upon missing fields in association responses for OpenID 2

Instance Methods [hide private]

Inherited from BaseAssocTest: failUnlessProtocolError, setUp

Class Variables [hide private]
  test_noFields_openid2 = mkExtractAssocMissingTest(['ns'])
  test_missingExpires_openid2 = mkExtractAssocMissingTest(['asso...
  test_missingHandle_openid2 = mkExtractAssocMissingTest(['expir...
  test_missingAssocType_openid2 = mkExtractAssocMissingTest(['ex...
  test_missingSessionType_openid2 = mkExtractAssocMissingTest(['...
Class Variable Details [hide private]

test_missingExpires_openid2

Value:
mkExtractAssocMissingTest(['assoc_handle', 'assoc_type', 'session_type\
', 'ns'])

test_missingHandle_openid2

Value:
mkExtractAssocMissingTest(['expires_in', 'assoc_type', 'session_type',\
 'ns'])

test_missingAssocType_openid2

Value:
mkExtractAssocMissingTest(['expires_in', 'assoc_handle', 'session_type\
', 'ns'])

test_missingSessionType_openid2

Value:
mkExtractAssocMissingTest(['expires_in', 'assoc_handle', 'assoc_type',\
 'ns'])