Package integration :: Module test_roster :: Class TestRosterWindow
[hide private]
[frames] | no frames]

Class TestRosterWindow

source code


Nested Classes [hide private]

Inherited from unittest.TestCase: failureException

Instance Methods [hide private]
 
setUp(self)
Hook method for setting up the test fixture before exercising it.
source code
 
assert_all_contacts_are_in_roster(self, acc) source code
 
assert_contact_is_in_roster(self, jid, account) source code
 
assert_group_is_in_roster(self, group, account) source code
 
assert_account_is_in_roster(self, acc) source code
 
assert_model_is_in_sync(self) source code
 
test_fill_contacts_and_groups_dicts(self) source code
 
test_fill_roster_model(self) source code

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 unittest.TestCase (private): _exc_info

Method Details [hide private]

setUp(self)

source code 
Hook method for setting up the test fixture before exercising it.
Overrides: unittest.TestCase.setUp
(inherited documentation)

assert_all_contacts_are_in_roster(self, acc)

source code 

assert_contact_is_in_roster(self, jid, account)

source code 

assert_group_is_in_roster(self, group, account)

source code 

assert_account_is_in_roster(self, acc)

source code 

assert_model_is_in_sync(self)

source code 

test_fill_contacts_and_groups_dicts(self)

source code 

test_fill_roster_model(self)

source code