Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

For DistributedTest example, see CreateAndLocalDestroyInTXRegressionTestJUnitParams can be very useful in any test type (UnitTest, IntegrationTest, DistributedTest).

1) Add these imports:

Code Block
import junitparams.JUnitParamsRunner;
import junitparams.Parameters;
import junitparams.naming.TestCaseName;

...