79661221

Date: 2025-06-10 23:26:47
Score: 0.5
Natty:
Report link

Since the default order is Integer.MAX_VALUE / 2 (see org.junit.jupiter.api.Order and org.junit.jupiter.api.MethodOrderer.OrderAnnotation.getOrder(MethodDescriptor)).

We can then simply do something like @Order(Integer.MAX_VALUE), @Order(Integer.MAX_VALUE - 1), ... for the methods we want to execute last.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: MhagnumDw