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
for some historical reason, we have a lot of junit test cases that heavily make use of mockstatic (some 40%) in the testcase.
and we cannot evaluate the test case's quality when pitest run encouter test case using mockstatic.
is it possible to enable an option to bypass these test cases and continue to run the mutation test ?
thanks!
The text was updated successfully, but these errors were encountered:
jaksonlin
changed the title
Can we have option to skip the tests when it uses mockito's static mock until pitest support mockstatic?
would like to have option to skip the tests when it uses mockito's static mock until pitest support it
Nov 28, 2024
for some historical reason, we have a lot of junit test cases that heavily make use of mockstatic (some 40%) in the testcase.
and we cannot evaluate the test case's quality when pitest run encouter test case using mockstatic.
is it possible to enable an option to bypass these test cases and continue to run the mutation test ?
thanks!
The text was updated successfully, but these errors were encountered: