THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
JUnitParams can be very useful in any test type (UnitTest, IntegrationTest, DistributedTest).
1) Add these importsthese junitparams
imports:
Code Block |
---|
import junitparams.JUnitParamsRunner; import junitparams.Parameters; import junitparams.naming.TestCaseName; |
...