Class CheckTestNgVersionsIT


public class CheckTestNgVersionsIT extends SurefireJUnit4IntegrationTestCase
Basic suite test using all known versions of TestNG. Used for regression testing Surefire against old versions. To check new versions of TestNG work with current versions of Surefire, instead run the full test suite with -Dtestng.version=5.14.2 (for example)
Author:
Dan Fabulich, Kristian Rosenvold