rokudev / unit-testing-framework

Tool for automating and testing Roku channels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add try/catch to test cases

markwpearce opened this issue · comments

Currently if a test introduces a crash, the whole TestRunner run crashes, and no test results are output.

I propose adding a try/catch block around TestSuite Setup and test case function calls, with appropriate error messaging, so that if a single test case fails/crashes, other test cases can continue to run