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

Test methods escape execution #58

Open
andre15silva opened this issue Jul 9, 2021 · 0 comments
Open

Test methods escape execution #58

andre15silva opened this issue Jul 9, 2021 · 0 comments

Comments

@andre15silva
Copy link
Member

When running flacoco on the java-maven-junit-helloworld example from https://github.com/SpoonLabs/astor/tree/master/examples/java-maven-junit-helloworld, not all identified tests are executed.

[1950] WARN CoverageRunner - Test TestMethod=com.example.javamavenjunithelloworld.HelloAppTest#classInstanceForCodeCoverageTest result was not reported by test-runner.
[1950] WARN CoverageRunner - Test TestMethod=com.example.javamavenjunithelloworld.HelloAppTest#testBogusArgument result was not reported by test-runner.
[1950] WARN CoverageRunner - Test TestMethod=com.example.javamavenjunithelloworld.HelloAppTest#testDefaultArgument result was not reported by test-runner.
[1950] WARN CoverageRunner - Test TestMethod=com.example.javamavenjunithelloworld.HelloAppTest#testMain result was not reported by test-runner.
[1950] WARN CoverageRunner - Test TestMethod=com.example.javamavenjunithelloworld.HelloAppTest#testTooHighArgument result was not reported by test-runner.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant