Test results
1 suite, 1 failed test
androidTest.TestApp
testOne
java.lang.NullPointerException at androidTest.loginTestPackage.loginActionChain.loginFail(loginActionChain.java:49) at androidTest.TestApp.testOne(TestApp.java:28) ... Removed 29 stack frames
E:\projects\long\fromlabs-test\testng.xml
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite guice-stage="DEVELOPMENT" verbose="0" name="Suite1">
  <test thread-count="5" verbose="0" name="TestApps">
    <classes>
      <class name="androidTest.TestApp"/>
    </classes>
  </test> <!-- TestApps -->
</suite> <!-- Suite1 -->
            
Tests for Suite1
  • TestApps (1 class)
Groups for Suite1
Times for Suite1
Total running time: 1 ms
Reporter output for Suite1
0 ignored methods
Methods in chronological order
androidTest.TestApp
reportSetup 0 ms
Initial 140 ms
testOne 15004 ms
TearDown 15017 ms
reportTeardown 16431 ms