Henning Noeth created TOBAGO-1701:
-------------------------------------
Summary: Switch from JUnit4 to JUnit5
Key: TOBAGO-1701
URL: https://issues.apache.org/jira/browse/TOBAGO-1701
Project: MyFaces Tobago
Issue Type: Task
Components: Core, Themes
Reporter: Henning Noeth
Priority: Minor
Attachments: Update_Test_to_JUnit5.patch
There are currently two problems:
1. Arquillian doesn't support JUnit5 yet
(https://issues.jboss.org/browse/ARQ-2066).
2. Tobago compile to Java6. The dynamic tests of JUnit5 require Java8.
In the attached patch the tests are compiled to Java8 and the
qunit-integration-tests run in JUnit4.
We should wait for the JUnit5 support of Arquillian and update Tobago to Java8.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)