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));
}