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
#81 partly fixes this issue. It now works for JUnit4 tests.
The following examples are still not recording the (empty) constructor execution:
Failed tests: testExampleFL12SpectrumBasedOchiaiDefaultMode(fr.spoonlabs.flacoco.api.FlacocoTest): expected:<6> but was:<4>
testExampleFL6MixedSpectrumBasedOchiaiSpoonMode(fr.spoonlabs.flacoco.api.FlacocoTest): expected:<5> but was:<4>
testExampleFL6MixedSpectrumBasedOchiaiDefaultModeManualTestConfig(fr.spoonlabs.flacoco.api.FlacocoTest): expected:<6> but was:<4>
testExampleFL4JUnit5SpectrumBasedOchiaiSpoonMode(fr.spoonlabs.flacoco.api.FlacocoTest): expected:<5> but was:<4>
testExampleFL5JUnit3SpectrumBasedOchiaiSpoonMode(fr.spoonlabs.flacoco.api.FlacocoTest): expected:<5> but was:<4>
testExampleFL4JUnit5SpectrumBasedOchiaiDefaultModeManualTestConfig(fr.spoonlabs.flacoco.api.FlacocoTest): expected:<6> but was:<4>
testExampleFL5JUnit3SpectrumBasedOchiaiDefaultMode(fr.spoonlabs.flacoco.api.FlacocoTest): expected:<6> but was:<4>
testExampleFL6MixedSpectrumBasedOchiaiDefaultMode(fr.spoonlabs.flacoco.api.FlacocoTest): expected:<6> but was:<4>
testExampleFL4JUnit5SpectrumBasedOchiaiDefaultMode(fr.spoonlabs.flacoco.api.FlacocoTest): expected:<6> but was:<4>
Constructor coverage was broken by #35 . STAMP-project/test-runner#97 solves this.
See #35 (comment)
The text was updated successfully, but these errors were encountered: