Forum Discussion

gordonb's avatar
gordonb
Occasional Contributor
10 years ago

testRunner.fail("reason")

My project has a test suite and 3 test cases. The 1st test case checks for a file, if it is not found it runs testRunner.fail("reason"). If the file does not exist I would like the test to stop. Howev...