Remove `extends TestCase` from all test classes and add `@Before`, `@After`, and `@Test` method annotations. Note that class `JsfUtilsTests` still indirectly inherits from `TestCase` via `org.apache.myfaces.test.base.AbstractJsfTestCase`. Issue: SWF-1739