SyntaxFix
Write A Post
Hire A Developer
Questions
You should make sure your test case function is public rather than private to make it accessible by Test Runner.
@Test private void testmethod(){}
to
@Test public void testmethod(){}