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
Perhaps:
enum { Succeeded(assertions:Array<Assertion>); Failed(e:Error); Excluded; }
at: https://github.com/haxetink/tink_testrunner/blob/e1c0a48/src/tink/testrunner/Runner.hx#L199
Ref: vshaxe/haxe-test-adapter#1 (comment)
The text was updated successfully, but these errors were encountered:
a347d1b
Excluded test cases currently don't seem to trigger a CaseFinish, at least not in our small sample project. https://github.com/vshaxe/haxe-test-adapter/blob/217b773b27e032548bf629c3515648e4d57bb07e/samples/tink_unittest/src/Main.hx#L33
Sorry, something went wrong.
No branches or pull requests
Perhaps:
at: https://github.com/haxetink/tink_testrunner/blob/e1c0a48/src/tink/testrunner/Runner.hx#L199
Ref: vshaxe/haxe-test-adapter#1 (comment)
The text was updated successfully, but these errors were encountered: