STAMP-project / test-runner

test driver to run JUnit tests isolated in a new JVM
GNU General Public License v3.0
16 stars 15 forks source link

Add JUnit4 compatible checker to TestFramework #99

Closed andre15silva closed 3 years ago

andre15silva commented 3 years ago

This method is useful for flacoco, when choosing which methods to run with each framework (see https://github.com/SpoonLabs/flacoco/issues/34).

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 993341570

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/eu/stamp_project/testrunner/test_framework/TestFramework.java 0 2 0.0%
<!-- Total: 0 2 0.0% -->
Totals Coverage Status
Change from base Build 968379322: -0.04%
Covered Lines: 1006
Relevant Lines: 2300

💛 - Coveralls