JUnit 3 test method names require a "test" prefix in order for JUnit's test runner to be able to find them. Therefore all you need to do is to rename your Trmp() method to testTrmp(). (Btw, the usual...