We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runTests() throws away the result of testSetupProcedure if it is not RESULT_SUCCESSFUL.
runTests()
testSetupProcedure
If the setup proc fails, all tests in the Suite are marked successful without even being run.
The text was updated successfully, but these errors were encountered:
Store possible failure status in testCase.result
1035bc2
Fixes issue MarinaSchwenk#11
Hello, Thanks for reporting this, we want to try replicating this in Junit and then go from there.
Sorry, something went wrong.
No branches or pull requests
runTests()
throws away the result oftestSetupProcedure
if it is not RESULT_SUCCESSFUL.If the setup proc fails, all tests in the Suite are marked successful without even being run.
The text was updated successfully, but these errors were encountered: