Dan Berindei created ISPN-8353:
----------------------------------
Summary: Convert test suite from TestNG to JUnit 5
Key: ISPN-8353
URL:
https://issues.jboss.org/browse/ISPN-8353
Project: Infinispan
Issue Type: Task
Reporter: Dan Berindei
Priority: Optional
One of the major issues with converting to JUnit 4 is that re-creating the cluster for
each test method would make the suite much slower. JUnit 5 supports [one test instance per
class|http://junit.org/junit5/docs/current/user-guide/#writing-tests-test...],
which should make the migration easier.
Unfortunately, JUnit 5 does not yet support running tests in parallel, so we cannot
migrate now.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)