Carrot2

Consider switching from JUnit to TestNG for tests.

Details

Description

TestNG has several features that are really handy:

  • annotated test types (slow, fast, external, etc.),
  • running tests in parallel (driven by annotations or from the build file),
  • data-driven tests.

It would be educational to convert a subset of tests to TestNG and see how it performs and if the tests are cleaner (especially the external, fast, concurrent, etc. split).

Activity

There are no comments yet on this issue.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated: