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

Coverage per test method #56

Closed danglotb closed 5 years ago

danglotb commented 5 years ago

The coverage per test method is not working.

It seems that their is some state in the coverage.

danglotb commented 5 years ago

The coverage per test method is working. I was confused by static fields in the class to be tested. In fact, when executing the same test method, the first one covered more instructions because it initializes the static fields of the class since it the first one that executes the class.