You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Build an alternative to
TestCoverage
that uses method wrappers to turn on theCoverageSimulator
for single methods only. Goals of this ticket include:TestCoverage
that can be used in the TestRunner or in smalltalkCIThe text was updated successfully, but these errors were encountered: