Ejemplo n.º 1
0
 def test_pkgName_positive6(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "positive6",
             "crosswalk-app create org000.example.xwalk --android-crosswalk="
         ))
Ejemplo n.º 2
0
 def test_pkgName_negative10(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "negative10",
             "crosswalk-app create org.example.1234test --platform=windows --windows-crosswalk="
         ))
Ejemplo n.º 3
0
 def test_pkgName_negative16(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "negative16",
             "crosswalk-app create _org.example.xwalk --android-crosswalk=")
     )
Ejemplo n.º 4
0
 def test_pkgName_positive7(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "positive7",
             "crosswalk-app create org.example123.xwalk --platform=windows --windows-crosswalk="
         ))
Ejemplo n.º 5
0
 def test_pkgName_negative8(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "negative8",
             "crosswalk-app create org.xwalk --platform=windows --windows-crosswalk="
         ))
Ejemplo n.º 6
0
 def test_pkgName_negative11(self):
     self.assertEqual("PASS", allpairs.tryRunApp("negative11", "org.xwalk"))
Ejemplo n.º 7
0
 def test_pkgName_positive9(self):
     self.assertEqual("PASS",
                      allpairs.tryRunApp("positive9", "_org.example.xwalk"))
Ejemplo n.º 8
0
 def test_pkgName_negative14(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "negative14",
             "org.example._xwalk"))
Ejemplo n.º 9
0
 def test_pkgName_positive1(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "positive1",
             "org.xwalk.tests"))
Ejemplo n.º 10
0
 def test_pkgName_negative16(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "negative16",
             "crosswalk-app create _org.example.xwalk"))
Ejemplo n.º 11
0
 def test_pkgName_positive7(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "positive7",
             "crosswalk-app create org.example123.xwalk"))
Ejemplo n.º 12
0
 def test_pkgName_negative10(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "negative10",
             "org.example.1234test"))
Ejemplo n.º 13
0
 def test_pkgName_positive10(self):
    self.assertEqual("PASS", allpairs.tryRunApp("positive10", "crosswalk-app create org.example123.xwalk --crosswalk=/opt/apptools-android-tests/tools/crosswalk*.zip"))
Ejemplo n.º 14
0
 def test_pkgName_negative8(self):
     self.assertEqual("PASS", allpairs.tryRunApp("negative8", "org.xwalk"))
Ejemplo n.º 15
0
 def test_pkgName_negative9(self):
     self.assertEqual("PASS", allpairs.tryRunApp("negative9", "test"))
Ejemplo n.º 16
0
 def test_pkgName_positive7(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "positive7",
             "org.example123.foo"))
Ejemplo n.º 17
0
 def test_pkgName_positive6(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "positive6",
             "org000.example.foo"))
Ejemplo n.º 18
0
 def test_pkgName_positive3(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "positive3",
             "org.example.xwal_"))
Ejemplo n.º 19
0
 def test_pkgName_negative14(self):
     self.assertEqual("PASS",
                      allpairs.tryRunApp("negative14", "org.example.1234"))
Ejemplo n.º 20
0
 def test_pkgName_negative16(self):
    self.assertEqual("PASS", allpairs.tryRunApp("negative16", "crosswalk-app create org.123example.xwalk --crosswalk=/opt/apptools-android-tests/tools/crosswalk*.zip"))
Ejemplo n.º 21
0
 def test_pkgName_positive1(self):
     self.assertEqual("PASS",
                      allpairs.tryRunApp("positive1", "org.xwalk.tests"))
Ejemplo n.º 22
0
 def test_pkgName_positive4(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp("positive4",
                            "crosswalk-app create org.example.te_st"))
Ejemplo n.º 23
0
 def test_pkgName_positive2(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "positive2",
             "crosswalk-app create org.xwalk.t1234"))
Ejemplo n.º 24
0
 def test_pkgName_positive1(self):
    self.assertEqual("PASS", allpairs.tryRunApp("positive1", "crosswalk-app create org.xwalk.tests --crosswalk=/opt/apptools-android-tests/tools/crosswalk*.zip"))
Ejemplo n.º 25
0
 def test_pkgName_negative15(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp("negative15",
                            "crosswalk-app create org.xwalk.Tests"))
Ejemplo n.º 26
0
 def test_pkgName_negative16(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "negative16",
             "_org.example.foo"))
Ejemplo n.º 27
0
 def test_pkgName_negative9(self):
     self.assertEqual(
         "PASS", allpairs.tryRunApp("negative9",
                                    "crosswalk-app create test"))
Ejemplo n.º 28
0
 def test_pkgName_positive1(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "positive1",
             "crosswalk-app create org.xwalk.tests --android-crosswalk="))
Ejemplo n.º 29
0
 def test_pkgName_positive6(self):
    self.assertEqual("PASS", allpairs.tryRunApp("positive6", "crosswalk-app create org000.example.xwalk --platform=windows --windows-crosswalk="))
Ejemplo n.º 30
0
 def test_pkgName_negative15(self):
    self.assertEqual("PASS", allpairs.tryRunApp("negative15", "crosswalk-app create org.xwalk.Tests --platform=windows --windows-crosswalk="))
Ejemplo n.º 31
0
 def test_pkgName_positive2(self):
    self.assertEqual("PASS", allpairs.tryRunApp("positive2", "crosswalk-app create org.xwalk.t1234 --platform=windows --windows-crosswalk="))
Ejemplo n.º 32
0
 def test_pkgName_negative13(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "negative13",
             "org.123example.foo"))
Ejemplo n.º 33
0
 def test_pkgName_negative12(self):
    self.assertEqual("PASS", allpairs.tryRunApp("negative12", "crosswalk-app create 123org.example.xwalk --platform=windows --windows-crosswalk="))
Ejemplo n.º 34
0
 def test_pkgName_negative10(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "negative10",
             "crosswalk-app create org.example.1234test --android-crosswalk="))
Ejemplo n.º 35
0
 def test_pkgName_positive5(self):
     self.assertEqual("PASS",
                      allpairs.tryRunApp("positive5", "org.example.te_st"))
Ejemplo n.º 36
0
 def test_pkgName_positive1(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "positive1",
             "crosswalk-app create org.xwalk.tests --android-crosswalk="))
Ejemplo n.º 37
0
 def test_pkgName_positive10(self):
     self.assertEqual(
         "PASS", allpairs.tryRunApp("positive10", "org.example123.xwalk"))
Ejemplo n.º 38
0
 def test_pkgName_positive5(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "positive5",
             "crosswalk-app create or_g.example.xwalk --android-crosswalk="))
Ejemplo n.º 39
0
 def test_pkgName_negative12(self):
     self.assertEqual("PASS", allpairs.tryRunApp("negative12", "test"))
Ejemplo n.º 40
0
 def test_pkgName_negative8(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "negative8",
             "crosswalk-app create org.xwalk --android-crosswalk="))
Ejemplo n.º 41
0
 def test_pkgName_negative16(self):
     self.assertEqual(
         "PASS", allpairs.tryRunApp("negative16", "org.123example.xwalk"))
Ejemplo n.º 42
0
 def test_pkgName_positive2(self):
    self.assertEqual("PASS", allpairs.tryRunApp("positive2", "crosswalk-app create org.xwalk.t1234 --platforms=windows --windows-crosswalk="))
Ejemplo n.º 43
0
 def test_pkgName_negative11(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "negative11",
             "crosswalk-app create org.example.1234"))
Ejemplo n.º 44
0
 def test_pkgName_positive4(self):
    self.assertEqual("PASS", allpairs.tryRunApp("positive4", "crosswalk-app create org.example.te_st --platforms=windows --windows-crosswalk="))
Ejemplo n.º 45
0
 def test_pkgName_negative17(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "negative17",
             "crosswalk-app create org.xwalk.www"))
Ejemplo n.º 46
0
 def test_pkgName_negative9(self):
    self.assertEqual("PASS", allpairs.tryRunApp("negative9", "crosswalk-app create test --platforms=windows --windows-crosswalk="))
Ejemplo n.º 47
0
 def test_pkgName_positive4(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "positive4",
             "crosswalk-app create org.example.te_st"))
Ejemplo n.º 48
0
 def test_pkgName_negative16(self):
    self.assertEqual("PASS", allpairs.tryRunApp("negative16", "crosswalk-app create _org.example.xwalk --platforms=windows --windows-crosswalk="))
Ejemplo n.º 49
0
 def test_pkgName_negative9(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp(
             "negative9",
             "crosswalk-app create test"))
Ejemplo n.º 50
0
 def test_pkgName_positive6(self):
     self.assertEqual("PASS",
                      allpairs.tryRunApp("positive6", "org000.example.foo"))
Ejemplo n.º 51
0
 def test_pkgName_positive2(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp("positive2",
                            "crosswalk-app create org.xwalk.t1234"))
Ejemplo n.º 52
0
 def test_pkgName_positive7(self):
     self.assertEqual("PASS",
                      allpairs.tryRunApp("positive7", "org.example123.foo"))
Ejemplo n.º 53
0
 def test_pkgName_positive5(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp("positive5",
                            "crosswalk-app create or_g.example.xwalk"))
Ejemplo n.º 54
0
 def test_pkgName_negative16(self):
     self.assertEqual("PASS",
                      allpairs.tryRunApp("negative16", "_org.example.foo"))
Ejemplo n.º 55
0
 def test_pkgName_negative11(self):
     self.assertEqual(
         "PASS",
         allpairs.tryRunApp("negative11",
                            "crosswalk-app create org.example.1234"))
Ejemplo n.º 56
0
 def test_pkgName_negative16(self):
    self.assertEqual("PASS", allpairs.tryRunApp("negative16", "crosswalk-app create org.123example.xwalk --crosswalk=/opt/apptools-android-tests/tools/crosswalk*.zip"))