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
If a class has a native method, the code coverage will not work properly.
Steps to reproduce (Eclipse, with actual EclEmma and maven needs to be installed):
Import the maven project into eclipse
Run "Coverage as -> Junit Testcase" at the class MyWidgetTest
The coverage will show Line 63 in MyWidget as covered and miss all other lines.
If I change the native method to non-native, everything works fine.
Maybe there are just problems with line-numbers?
Testet with current version from GIT.
The text was updated successfully, but these errors were encountered:
ckuetbach
changed the title
If a method has a native method, the code coverage will not work properly
If a class has a native method, the code coverage will not work properly
Nov 11, 2014
If a class has a native method, the code coverage will not work properly.
Steps to reproduce (Eclipse, with actual EclEmma and maven needs to be installed):
If I change the native method to non-native, everything works fine.
Maybe there are just problems with line-numbers?
Testet with current version from GIT.
The text was updated successfully, but these errors were encountered: