Exemplo n.º 1
0
 @Test
 public void verifyThatSimpleTextCouldBeFound2() {
   Assert.assertTrue(TextFinder.textIsFound("abc das", "21dsabcdasas"));
 }
Exemplo n.º 2
0
 @Test
 public void verifyThatSimpleTextShouldNotBeFound2() {
   Assert.assertFalse(
       TextFinder.textIsFound(
           "Try Again", " gh  t$y gh  6%^7 hjgasd 7^& dfg!44d T@Y GIN#%hjk in"));
 }
Exemplo n.º 3
0
 @Test
 public void verifyThatSimpleTextShouldNotBeFound1() {
   Assert.assertFalse(TextFinder.textIsFound("Tryagain", "21dsabc againdasas"));
 }
Exemplo n.º 4
0
 @Test
 public void verifyThatSimpleTextCouldBeFound8() {
   Assert.assertTrue(
       TextFinder.textIsFound(
           "Try Again", " gh  try gh  6%^7 hjgasd 7^& dfg!44d T@y GaIN#%hjk in"));
 }
Exemplo n.º 5
0
 @Test
 public void verifyThatSimpleTextCouldBeFound6() {
   Assert.assertTrue(
       TextFinder.textIsFound("Try Again", " gh  hgh  6%^7 hjgasd 7^& dfg!44d T@Y AGAIN#%hjk"));
 }
Exemplo n.º 6
0
 @Test
 public void verifyThatSimpleTextCouldBeFound3() {
   Assert.assertTrue(TextFinder.textIsFound("Level 4", "21dsabc@/asaslevel$%sdfg4"));
 }