Skip to content
New issue

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

CaseResult should tell if the case if skipped #10

Open
kevinresol opened this issue Feb 22, 2019 · 1 comment
Open

CaseResult should tell if the case if skipped #10

kevinresol opened this issue Feb 22, 2019 · 1 comment

Comments

@kevinresol
Copy link
Member

kevinresol commented Feb 22, 2019

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)

@AlexHaxe
Copy link

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

@kevinresol kevinresol reopened this Feb 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants