You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

For DistributedTest example, see CreateAndLocalDestroyInTXRegressionTest.

1) Add these imports:

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

2) Add this to your test class:

@RunWith(JUnitParamsRunner.class)
  • No labels