Exemplo n.º 1
0
 def test_1_4(self):
     self.assertTrue(text.strFile("s", self.io))
Exemplo n.º 2
0
 def test_1_2(self):
     self.assertTrue(text.strFile("h", self.io))
Exemplo n.º 3
0
 def test_1_f(self):
     self.assertFalse(text.strFile("x", self.io))
Exemplo n.º 4
0
 def test_3_4(self):
     self.assertEqual(True, text.strFile("ing", self.io))
Exemplo n.º 5
0
 def test_large_f(self):
     self.assertEqual(False, text.strFile("ds jhfsa k fdas", self.io))
Exemplo n.º 6
0
 def test_3_f(self):
     self.assertFalse(text.strFile("bla", self.io))
Exemplo n.º 7
0
 def test_1_f(self):
     self.assertEqual(False, text.strFile("x", self.io))
Exemplo n.º 8
0
 def test_3_4(self):
     self.assertTrue(text.strFile("ing", self.io))
Exemplo n.º 9
0
 def test_3_f(self):
     self.assertFalse(text.strFile("bla", self.io))
Exemplo n.º 10
0
 def test_3_1(self):
     self.assertTrue(text.strFile("thi", self.io))
Exemplo n.º 11
0
 def test_3_3(self):
     self.assertTrue(text.strFile("is ", self.io))
Exemplo n.º 12
0
 def test_1_6(self):
     self.assertTrue(text.strFile("g", self.io))
Exemplo n.º 13
0
 def test_1_5(self):
     self.assertTrue(text.strFile("n", self.io))
Exemplo n.º 14
0
 def test_1_4(self):
     self.assertTrue(text.strFile("s", self.io))
Exemplo n.º 15
0
 def test_1_6(self):
     self.assertTrue(text.strFile("g", self.io))
Exemplo n.º 16
0
 def test_large_1(self):
     self.assertTrue(text.strFile("this is a test", self.io))
Exemplo n.º 17
0
 def test_3_3(self):
     self.assertTrue(text.strFile("is ", self.io))
Exemplo n.º 18
0
 def test_large_2(self):
     self.assertTrue(text.strFile("is a test string", self.io))
Exemplo n.º 19
0
 def test_large_2(self):
     self.assertTrue(text.strFile("is a test string", self.io))
Exemplo n.º 20
0
 def test_self(self):
     self.assertTrue(text.strFile("this is a test string", self.io))
Exemplo n.º 21
0
 def test_3_1(self):
     self.assertEqual(True, text.strFile("thi", self.io))
Exemplo n.º 22
0
 def test_1_5(self):
     self.assertEquals(True, text.strFile("n", self.io))
Exemplo n.º 23
0
 def test_large_1(self):
     self.assertEqual(True, text.strFile("this is a test", self.io))
Exemplo n.º 24
0
 def test_3_3(self):
     self.assertEquals(True, text.strFile("is ", self.io))
Exemplo n.º 25
0
 def test_self(self):
     self.assertEqual(True, text.strFile("this is a test string", self.io))
Exemplo n.º 26
0
 def test_1_5(self):
     self.assertEqual(True, text.strFile("n", self.io))
Exemplo n.º 27
0
 def test_insensitive(self):
     self.assertEquals(True, text.strFile("ThIs is A test STRING", self.io, False))
Exemplo n.º 28
0
 def test_3_3(self):
     self.assertEqual(True, text.strFile("is ", self.io))
Exemplo n.º 29
0
 def test_1_2(self):
     self.assertTrue(text.strFile("h", self.io))
Exemplo n.º 30
0
 def test_1_f(self):
     self.assertEquals(False, text.strFile("x", self.io))
Exemplo n.º 31
0
 def test_1_5(self):
     self.assertTrue(text.strFile("n", self.io))
Exemplo n.º 32
0
 def test_1_6(self):
     self.assertEquals(True, text.strFile("g", self.io))
Exemplo n.º 33
0
 def test_3_1(self):
     self.assertTrue(text.strFile("thi", self.io))
Exemplo n.º 34
0
 def test_3_1(self):
     self.assertEquals(True, text.strFile("thi", self.io))
Exemplo n.º 35
0
 def test_3_4(self):
     self.assertTrue(text.strFile("ing", self.io))
Exemplo n.º 36
0
 def test_3_2(self):
     self.assertEquals(True, text.strFile("his", self.io))
Exemplo n.º 37
0
 def test_large_1(self):
     self.assertTrue(text.strFile("this is a test", self.io))
Exemplo n.º 38
0
 def test_3_4(self):
     self.assertEquals(True, text.strFile("ing", self.io))
Exemplo n.º 39
0
 def test_self(self):
     self.assertTrue(text.strFile("this is a test string", self.io))
Exemplo n.º 40
0
 def test_3_f(self):
     self.assertEquals(False, text.strFile("bla", self.io))
Exemplo n.º 41
0
 def test_1_6(self):
     self.assertEqual(True, text.strFile("g", self.io))
Exemplo n.º 42
0
 def test_large_1(self):
     self.assertEquals(True, text.strFile("this is a test", self.io))
Exemplo n.º 43
0
 def test_3_2(self):
     self.assertEqual(True, text.strFile("his", self.io))
Exemplo n.º 44
0
 def test_large_2(self):
     self.assertEquals(True, text.strFile("is a test string", self.io))
Exemplo n.º 45
0
 def test_3_f(self):
     self.assertEqual(False, text.strFile("bla", self.io))
Exemplo n.º 46
0
 def test_large_f(self):
     self.assertEquals(False, text.strFile("ds jhfsa k fdas", self.io))
Exemplo n.º 47
0
 def test_large_2(self):
     self.assertEqual(True, text.strFile("is a test string", self.io))
Exemplo n.º 48
0
 def test_overlarge_f(self):
     self.assertEquals(False, text.strFile("djhsakj dhsa fkhsa s,mdbnfsauiw bndasdf hreew", self.io))
Exemplo n.º 49
0
 def test_overlarge_f(self):
     self.assertEqual(
         False,
         text.strFile("djhsakj dhsa fkhsa s,mdbnfsauiw bndasdf hreew",
                      self.io))
Exemplo n.º 50
0
 def test_self(self):
     self.assertEquals(True, text.strFile("this is a test string", self.io))
Exemplo n.º 51
0
 def test_insensitive(self):
     self.assertEqual(True,
                      text.strFile("ThIs is A test STRING", self.io, False))
Exemplo n.º 52
0
 def test_1_f(self):
     self.assertFalse(text.strFile("x", self.io))