Class JUnitTestSuitePlugin

  • All Implemented Interfaces:
    Plugin<Project>

    @Incubating
    public class JUnitTestSuitePlugin
    extends Object
    implements Plugin<Project>
    This plugin adds support for execution of JUnit test suites to the Java software model.
    Since:
    2.11
    • Constructor Detail

      • JUnitTestSuitePlugin

        public JUnitTestSuitePlugin()
    • Method Detail

      • apply

        public void apply​(Project project)
        Description copied from interface: Plugin
        Apply this plugin to the given target object.
        Specified by:
        apply in interface Plugin<Project>
        Parameters:
        project - The target object