Error message while running Junit file: Class has no public constructor Testcase(String name)

Hi,

I am new to JUnit. I just wrote one file in JUnit to test methods in another file. When I tried to run it it gave me following error message "....Class has no public constructor Testcase(String name)". From where I see, everything looks fine, but since it is throwing this error message, I must be missing something.

Can anyone provide help what I might be missing since I have defined all constructors.