Class BaseCLITest


  • @Deprecated
    public abstract class BaseCLITest
    extends Object
    Deprecated.
    This is deprecated for removal without replacement. CLI tests should be done in pmd-core only (and in PMD7 in pmd-cli). Individual language modules shouldn't need to test the CLI integration logic again. Instead, the individual language modules should test their functionality as unit tests.
    Author:
    Romain Pelisse <belaran@gmail.com>