Skip to content

Instantly share code, notes, and snippets.

@jeffdonthemic
Created September 2, 2014 19:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffdonthemic/990c251864795346d87e to your computer and use it in GitHub Desktop.
Save jeffdonthemic/990c251864795346d87e to your computer and use it in GitHub Desktop.
nforce-tooling runTestsAsync results
$ node examples/runTests.js
*** Running tests asynchronously. I know. This is awesome!! ***
Inserted ApexClass ToolingTest1
Inserted ApexClass ToolingTest2
Inserted ApexClass ToolingTest2_Test
Inserted ApexClass ToolingTest1_Test
Started async runTests job 707o000000AmuQD
Checking status of runTests job 707o000000AmuQD repeatedly until all tests complete.
All tests have completed! W00t!
========================================
** TEST RESULTS **
========================================
Results for ToolingTest2_Test: Fail
System.AssertException: Assertion Failed
Class.df14jeff.ToolingTest2_Test.assertName: line 7, column 1
========================================
Results for ToolingTest1: Pass
Percentage covered by tests: 0.3333333333333333
Lines covered / uncovered: 2 / 4
Uncovered lines: 7, 8, 11, 12
========================================
Everything complete! Resetting the test environment.
Deleted ApexClass 01po0000001k9QzAAI
Deleted ApexClass 01po0000001k9QtAAI
Deleted ApexClass 01po0000001k9QyAAI
Deleted ApexClass 01po0000001k9R3AAI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment