-
Notifications
You must be signed in to change notification settings - Fork 15
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
Linking elements from the spoon model with a test framework #84
Conversation
identifies them as their test cases / assertions, respectively.
LGTM, merge? |
fine for me |
Do we need to release on Maven Central? |
Yes, this change allows flacoco to know which runner to use |
At least in the project I use for test (D4J Math-85) the results are pretty similar:
|
Now, the challenge is to reduce the execution time: Flacoco takes 211 seconds while Gzoltar 17 secs :/ |
test-runner 2.2.0 released on Central |
great, thanks! I'll update flacoco |
Store in metadata of ctmethods and ctinvocations the test framework that identifies them as their test cases / assertions, respectively.
It is not the best way to do the link, but that one it does not requires to modify the API.