Package pyxmpp2 :: Package test :: Module sasl__gsasl :: Class TestSASLServervsGSASL
[hide private]

Class TestSASLServervsGSASL


Nested Classes [hide private]

Inherited from unittest.case.TestCase: failureException

Instance Methods [hide private]
 
test_PLAIN_good_pass_no_authzid(self)
 
test_PLAIN_bad_pass_no_authzid(self)
 
test_DIGEST_MD5_good_pass_no_authzid(self)
 
test_DIGEST_MD5_good_pass_authzid(self)
 
test_DIGEST_MD5_bad_pass_no_authzid(self)
 
test_SCRAM_SHA_1_good_pass_no_authzid(self)
 
test_SCRAM_SHA_1_good_pass_authzid(self)
 
test_SCRAM_SHA_1_quoting(self)
 
test_SCRAM_SHA_1_bad_username(self)
 
test_SCRAM_SHA_1_bad_pass_no_authzid(self)
 
test_SCRAM_SHA_1_good_pass_downgrade(self)
 
test_SCRAM_SHA_1_PLUS_good_pass_authzid(self)
 
test_SCRAM_SHA_1_PLUS_bad_pass_no_authzid(self)
 
test_SCRAM_SHA_1_PLUS_good_pass_bad_cb(self)

Inherited from unittest.case.TestCase: __call__, __eq__, __hash__, __init__, __ne__, __repr__, __str__, addCleanup, addTypeEqualityFunc, assertAlmostEqual, assertAlmostEquals, assertDictContainsSubset, assertDictEqual, assertEqual, assertEquals, assertFalse, assertGreater, assertGreaterEqual, assertIn, assertIs, assertIsInstance, assertIsNone, assertIsNot, assertIsNotNone, assertItemsEqual, assertLess, assertLessEqual, assertListEqual, assertMultiLineEqual, assertNotAlmostEqual, assertNotAlmostEquals, assertNotEqual, assertNotEquals, assertNotIn, assertNotIsInstance, assertNotRegexpMatches, assertRaises, assertRaisesRegexp, assertRegexpMatches, assertSequenceEqual, assertSetEqual, assertTrue, assertTupleEqual, assert_, countTestCases, debug, defaultTestResult, doCleanups, fail, failIf, failIfAlmostEqual, failIfEqual, failUnless, failUnlessAlmostEqual, failUnlessEqual, failUnlessRaises, id, run, setUp, shortDescription, skipTest, tearDown

Inherited from unittest.case.TestCase (private): _addSkip, _baseAssertEqual, _deprecate, _formatMessage, _getAssertEqualityFunc, _truncateMessage

Inherited from object: __delattr__, __format__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Methods [hide private]
 
setUpClass(cls)
Hook method for setting up class fixture before running tests in the class.

Inherited from unittest.case.TestCase: tearDownClass

Static Methods [hide private]
 
try_with_gsasl(mechanism, authenticator, auth_prop, gsasl_args=[], extra_data=None, username='username')
Class Variables [hide private]

Inherited from unittest.case.TestCase: longMessage, maxDiff

Inherited from unittest.case.TestCase (private): _classSetupFailed, _diffThreshold

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

setUpClass(cls)
Class Method

 
Hook method for setting up class fixture before running tests in the class.
Overrides: unittest.case.TestCase.setUpClass
(inherited documentation)