Package ndg :: Package xacml :: Package test :: Package functions :: Module test_string_functions :: Class Test
[hide private]

Class Test

source code

                  object --+        
                           |        
      unittest.case.TestCase --+    
                               |    
context.XacmlContextBaseTestCase --+
                                   |
                                  Test

Nested Classes [hide private]

Inherited from unittest.case.TestCase: failureException

Instance Methods [hide private]
 
test01_01StringConcatenate2Values(self)
Test concatenation of 2 string values resulting in permit decision.
source code
 
test01_02StringConcatenate2Values(self)
Test concatenation of 2 string values resulting in deny decision.
source code
 
test01_03StringConcatenate4Values(self)
Test concatenation of 4 string values resulting in permit decision.
source code
 
test01_04StringConcatenate4Values(self)
Test concatenation of 4 string values resulting in deny decision.
source code
 
test02_01UrlStringConcatenate2Values(self)
Test concatenation of URI and 1 string value resulting in permit decision.
source code
 
test02_02UrlStringConcatenate2Values(self)
Test concatenation of URI and 1 string value resulting in deny decision.
source code
 
test02_03UrlStringConcatenate3Values(self)
Test concatenation of URI and 2 string values resulting in permit decision.
source code
 
test02_04UrlStringConcatenate3Values(self)
Test concatenation of URI and 2 string values resulting in deny decision.
source code

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]

Inherited from unittest.case.TestCase: setUpClass, tearDownClass

Static Methods [hide private]
Class Variables [hide private]
  RESOURCE1_ID = 'http://localhost/resource1'
  RESOURCE2_ID = 'http://localhost/resource2'
  RESOURCE3_ID = 'http://localhost/resource3'
  RESOURCE4_ID = 'http://localhost/resource4'
  RESOURCE5_ID = 'http://localhost/resource5'
  RESOURCE6_ID = 'http://localhost/resource6'
  RESOURCE7_ID = 'http://localhost/resource7'
  RESOURCE8_ID = 'http://localhost/resource8'

Inherited from unittest.case.TestCase: longMessage, maxDiff

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

Properties [hide private]

Inherited from object: __class__