Description
The goal of this issue is to be able to use QuickPerf with TestNG.
Implementation guidelines
-
Create a testng Maven module to make QuickPerf work with TestNG
You can look at JUnit 4 and JUnit 5 implementations to help you.
-
Create a testng-sql-test Maven module verifying that SQL annotations work with TestNG
You can look at JUnit 5 and JUnit 4 SQL tests to help you.
-
Create a testng-jvm-test Maven module verifying that JVM annotations work with TestNG
You can look at Junit 4 JVM tests to help you.
Don't hesitate to leave a comment if you have a question.
Description
The goal of this issue is to be able to use QuickPerf with TestNG.
Implementation guidelines
Create a
testngMaven module to make QuickPerf work with TestNGYou can look at JUnit 4 and JUnit 5 implementations to help you.
Create a
testng-sql-testMaven module verifying that SQL annotations work with TestNGYou can look at JUnit 5 and JUnit 4 SQL tests to help you.
Create a
testng-jvm-testMaven module verifying that JVM annotations work with TestNGYou can look at Junit 4 JVM tests to help you.
Don't hesitate to leave a comment if you have a question.