79322509

Date: 2025-01-01 23:48:38
Score: 1
Natty:
Report link

Follow the video to write the same test cases and you should be able to get 9/10. Same as Milos mentioned and add following test case you should be able to solve the problem and get the last point.

public void test_is_NOT_triangle_8() {
        assertFalse(Demo.isTriangle(1,2,3));
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shifeng Wu