Lines Matching defs:showerror
14 showerror = Mbox.showerror
51 showerror.title = ''
52 showerror.message = ''
208 self.assertIn('error', showerror.title)
209 self.assertIn('Empty', showerror.message)
213 self.assertIn('error', showerror.title)
214 self.assertIn('Pattern', showerror.message)
216 showerror.title = ''
217 showerror.message = ''
221 self.assertIn('error', showerror.title)
222 self.assertIn('Invalid Replace Expression', showerror.message)
264 self.assertIn('error', showerror.title)
265 self.assertIn('Empty', showerror.message)