Lines Matching refs:assertIsInstance
18 self.assertIsInstance(entries, list)
20 self.assertIsInstance(entry, spwd.struct_spwd)
28 self.assertIsInstance(entry, spwd.struct_spwd)
32 self.assertIsInstance(entry.sp_pwdp, str)
35 self.assertIsInstance(entry.sp_lstchg, int)
37 self.assertIsInstance(entry.sp_min, int)
39 self.assertIsInstance(entry.sp_max, int)
41 self.assertIsInstance(entry.sp_warn, int)
43 self.assertIsInstance(entry.sp_inact, int)
45 self.assertIsInstance(entry.sp_expire, int)
47 self.assertIsInstance(entry.sp_flag, int)