Lines Matching refs:assertIsInstance
15 self.assertIsInstance(entries, list)
17 self.assertIsInstance(entry, spwd.struct_spwd)
25 self.assertIsInstance(entry, spwd.struct_spwd)
29 self.assertIsInstance(entry.sp_pwdp, str)
32 self.assertIsInstance(entry.sp_lstchg, int)
34 self.assertIsInstance(entry.sp_min, int)
36 self.assertIsInstance(entry.sp_max, int)
38 self.assertIsInstance(entry.sp_warn, int)
40 self.assertIsInstance(entry.sp_inact, int)
42 self.assertIsInstance(entry.sp_expire, int)
44 self.assertIsInstance(entry.sp_flag, int)