All tests are executing again

Following the upgrade to JUnit 5 in gh-99, only the few remaining older
style tests extending from TestCase were being executed. This change
ensures JUnit 5 tests are executing as well.
This commit is contained in:
Rossen Stoyanchev
2020-04-28 18:12:59 +01:00
parent fabf1ea7b4
commit 84170260ef
4 changed files with 11 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ import org.apache.myfaces.test.mock.MockFacesContextFactory;
import org.apache.myfaces.test.mock.MockRenderKitFactory;
import org.apache.myfaces.test.mock.lifecycle.MockLifecycle;
import org.apache.myfaces.test.mock.lifecycle.MockLifecycleFactory;
import org.junit.jupiter.api.Test;
import org.junit.Test;
public class JsfUtilsTests extends AbstractJsfTestCase {