]
Tristan Tarrant updated ISPN-6856:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Testsuite: replace inheritance with @Factory
--------------------------------------------
Key: ISPN-6856
URL:
https://issues.jboss.org/browse/ISPN-6856
Project: Infinispan
Issue Type: Enhancement
Components: Test Suite - Core
Reporter: Radim Vansa
Assignee: Radim Vansa
Fix For: 9.0.0.Alpha4, 9.0.0.Final
Testsuite often uses inheritance with overloaded methods to specify test parameters. A
better approach is using TestNG @Factory to create multiple instances of the test with
different parameters.