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

Class-based SmallLint tests are executed per method #28

Open
LoadingByte opened this issue May 17, 2018 · 0 comments
Open

Class-based SmallLint tests are executed per method #28

LoadingByte opened this issue May 17, 2018 · 0 comments
Labels

Comments

@LoadingByte
Copy link
Contributor

Class-based SmallLint tests (and potentially other tests, but their behavior has not been examined yet) seem to be executed exactly as often per class as the amount of methods in the class dictates. That also means a test ist never executed if there are no methods in a class.

This suggests that the current implementation just delegates calls arriving at checkMethod to checkClass, which would yield exactly this behavior.

Obviously, this cannot be intended and should thus be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant