package unittest; /* * Fake class, used only as a marker for other classes, indicating that * that class contains @Test annotations and thus is a testcase. * This class will automatically translate to unittest.TestCase in python * because that' s the way Stub works. */ public abstract class TestCase { }