Package openid :: Package test :: Module test_ax :: Class ParseAXValuesTest
[hide private]
[frames] | no frames]

Class ParseAXValuesTest

source code

unittest.TestCase --+
                    |
                   ParseAXValuesTest

Testing AXKeyValueMessage.parseExtensionArgs.

Instance Methods [hide private]
 
failUnlessAXKeyError(self, ax_args) source code
 
failUnlessAXValues(self, ax_args, expected_args)
Fail unless parseExtensionArgs(ax_args) == expected_args.
source code
 
test_emptyIsValid(self) source code
 
test_missingValueForAliasExplodes(self) source code
 
test_countPresentButNotValue(self) source code
 
test_invalidCountValue(self) source code
 
test_requestUnlimitedValues(self) source code
 
test_longAlias(self) source code
 
test_invalidAlias(self) source code
 
test_countPresentAndIsZero(self) source code
 
test_singletonEmpty(self) source code
 
test_doubleAlias(self) source code
 
test_doubleSingleton(self) source code
 
test_singletonValue(self) source code