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