79415067

Date: 2025-02-05 14:26:36
Score: 0.5
Natty:
Report link

For anybody wondering about this, it's probably due to:

@PrepareForTest({ MyClass.class })

When you remove the brackets like this:

@PrepareForTest(MyClass.class)

it should work.

I had a similar problem with two classes, when removing one of the classes and the brackets it got covered.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Cédric S