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

Tool: SimulationTestCoverage #53

Open
LinqLover opened this issue Mar 16, 2022 · 0 comments
Open

Tool: SimulationTestCoverage #53

LinqLover opened this issue Mar 16, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@LinqLover
Copy link
Owner

LinqLover commented Mar 16, 2022

Build an alternative to TestCoverage that uses method wrappers to turn on the CoverageSimulator for single methods only. Goals of this ticket include:

  • Provide a fine-grained alternative to TestCoverage that can be used in the TestRunner or in smalltalkCI
  • To keep the performance high, do not simulate all tests but only the method in question. When full coverage of a method is reached, uninstall the method wrapper automatically. Do not simulate nested method activations via Partial simulation #54.
@LinqLover LinqLover added the enhancement New feature or request label Mar 16, 2022
@LinqLover LinqLover mentioned this issue Apr 29, 2022
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant