TestApps.xml 750 Bytes
Newer Older
Long's avatar
 
Long committed
1
2
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
Long's avatar
   
Long committed
3
4
<testsuite hostname="DESKTOP-MSU26LA" ignored="0" name="TestApps" tests="1" failures="1" timestamp="31 Oct 2019 05:02:05 GMT" time="29.157" errors="0">
  <testcase name="testOne" time="5.008" classname="androidTest.TestApp">
Long's avatar
   
Long committed
5
6
    <failure type="java.lang.NullPointerException">
      <![CDATA[java.lang.NullPointerException
Long's avatar
   
Long committed
7
8
9
at androidTest.loginTestPackage.loginActionChain.submitClick(loginActionChain.java:15)
at androidTest.loginTestPackage.loginActionChain.loginFail(loginActionChain.java:51)
at androidTest.TestApp.testOne(TestApp.java:27)
Long's avatar
   
Long committed
10
11
... Removed 29 stack frames]]>
    </failure>
Long's avatar
   
Long committed
12
  </testcase> <!-- testOne -->
Long's avatar
 
Long committed
13
</testsuite> <!-- TestApps -->