Lines Matching refs:assertIsInstance
14 self.assertIsInstance(entries, list)
16 self.assertIsInstance(entry, spwd.struct_spwd)
24 self.assertIsInstance(entry, spwd.struct_spwd)
28 self.assertIsInstance(entry.sp_pwdp, str)
31 self.assertIsInstance(entry.sp_lstchg, int)
33 self.assertIsInstance(entry.sp_min, int)
35 self.assertIsInstance(entry.sp_max, int)
37 self.assertIsInstance(entry.sp_warn, int)
39 self.assertIsInstance(entry.sp_inact, int)
41 self.assertIsInstance(entry.sp_expire, int)
43 self.assertIsInstance(entry.sp_flag, int)