Package openid :: Package test :: Module test_verifydisco :: Class TestVerifyDiscoverySingle
[frames] | no frames]

Class TestVerifyDiscoverySingle

source code

         object --+        
                  |        
  unittest.TestCase --+    
                      |    
         object --+   |    
                  |   |    
  support.CatchLogs --+    
                      |    
test_consumer.TestIdRes --+
                          |
                         TestVerifyDiscoverySingle

Nested Classes

Inherited from test_consumer.TestIdRes: consumer_class

Inherited from unittest.TestCase: failureException

Instance Methods
 
test_endpointWithoutLocalID(self) source code

Inherited from test_consumer.TestIdRes: disableDiscoveryVerification, disableReturnToChecking, setUp

Inherited from unittest.TestCase: __call__, __init__, __repr__, __str__, assertAlmostEqual, assertAlmostEquals, assertEqual, assertEquals, assertFalse, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertRaises, assertTrue, assert_, countTestCases, debug, defaultTestResult, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, shortDescription, tearDown

Inherited from support.CatchLogs: failUnlessLogEmpty, failUnlessLogMatches, gotLogMessage

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties

Inherited from object: __class__