Package ldaptor :: Package test :: Module test_ldapsyntax :: Class LDAPSyntaxPasswords
[show private | hide private]
[frames | no frames]

Class LDAPSyntaxPasswords

TestCase --+
           |
          LDAPSyntaxPasswords


Method Summary
  testPasswordSetting_ExtendedOperation(self)
LDAPEntry.setPassword_ExtendedOperation(newPasswd=...) changes the password.
  testPasswordSetting_Samba_badStyle(self)
LDAPEntry.setPassword_Samba(..., style='foo') fails.
  testPasswordSetting_Samba_defaultStyle(self)
LDAPEntry.setPassword_Samba(newPasswd=...) changes the password.
  testPasswordSetting_Samba_sambaAccount(self)
LDAPEntry.setPassword_Samba(newPasswd=..., style='sambaAccount') changes the password.
  testPasswordSetting_Samba_sambaSamAccount(self)
LDAPEntry.setPassword_Samba(newPasswd=..., style='sambaSamAccount') changes the password.
  testPasswordSettingAll_hasSamba(self)
LDAPEntry.setPassword(newPasswd=...) changes the password.
  testPasswordSettingAll_maybeSamba_WillFind(self)
LDAPEntry.setPassword(newPasswd=...) changes the password.
  testPasswordSettingAll_maybeSamba_WillNotFind(self)
LDAPEntry.setPassword(newPasswd=...) changes the password.
  testPasswordSettingAll_maybeSamba_WillNotFindAnything(self)
LDAPEntry.setPassword(newPasswd=...) changes the password.
  testPasswordSettingAll_noSamba(self)
LDAPEntry.setPassword(newPasswd=...) changes the password.
    Inherited from TestCase
  assert_(self, condition, message)
  assertApproximates(self, first, second, tolerance, msg)
  assertEqual(self, first, second, msg)
  assertEquals(self, first, second, msg)
  assertIdentical(self, first, second, msg)
  assertIn(self, containee, container, msg)
  assertNotEqual(self, first, second, msg)
  assertNotEquals(self, first, second, msg)
  assertNotIdentical(self, first, second, msg)
  assertNotIn(self, containee, container, msg)
  assertRaises(self, exception, f, *args, **kwargs)
  fail(self, message)
  failIf(self, condition, message)
  failIfEqual(self, first, second, msg)
  failIfEquals(self, first, second, msg)
  failIfIdentical(self, first, second, msg)
  failIfIn(self, containee, container, msg)
  failUnless(self, condition, message)
  failUnlessEqual(self, first, second, msg)
  failUnlessIdentical(self, first, second, msg)
  failUnlessIn(self, containee, container, msg)
  failUnlessRaises(self, exception, f, *args, **kwargs)
  mktemp(self)
  runReactor(self, timesOrSeconds, seconds)
I'll iterate the reactor for a while.
  setUp(self)
  setUpClass(self)
  tearDown(self)
  tearDownClass(self)
  _mktGetCounter(self, base)

Class Variable Summary
    Inherited from TestCase
NoneType expectedAssertions = None                                                                  
int _assertions = 0                                                                     

Method Details

testPasswordSetting_ExtendedOperation(self)

LDAPEntry.setPassword_ExtendedOperation(newPasswd=...) changes the password.

testPasswordSetting_Samba_badStyle(self)

LDAPEntry.setPassword_Samba(..., style='foo') fails.

testPasswordSetting_Samba_defaultStyle(self)

LDAPEntry.setPassword_Samba(newPasswd=...) changes the password.

testPasswordSetting_Samba_sambaAccount(self)

LDAPEntry.setPassword_Samba(newPasswd=..., style='sambaAccount') changes the password.

testPasswordSetting_Samba_sambaSamAccount(self)

LDAPEntry.setPassword_Samba(newPasswd=..., style='sambaSamAccount') changes the password.

testPasswordSettingAll_hasSamba(self)

LDAPEntry.setPassword(newPasswd=...) changes the password.

testPasswordSettingAll_maybeSamba_WillFind(self)

LDAPEntry.setPassword(newPasswd=...) changes the password.

testPasswordSettingAll_maybeSamba_WillNotFind(self)

LDAPEntry.setPassword(newPasswd=...) changes the password.

testPasswordSettingAll_maybeSamba_WillNotFindAnything(self)

LDAPEntry.setPassword(newPasswd=...) changes the password.

testPasswordSettingAll_noSamba(self)

LDAPEntry.setPassword(newPasswd=...) changes the password.

Generated by Epydoc 2.1 on Tue Aug 17 17:08:20 2004 http://epydoc.sf.net