If we miss out on the “public” scope modifier for the test case method annotated with @Test then that is not identified as a test case by the framework and is not run.
Ensure “public” for any test case (annotated with @Test)
If we miss out on the “public” scope modifier for the test case method annotated with @Test then that is not identified as a test case by the framework and is not run.
Ensure “public” for any test case (annotated with @Test)