Class NativeTestingBasePlugin

  • All Implemented Interfaces:
    Plugin<Project>

    @Incubating
    public abstract class NativeTestingBasePlugin
    extends java.lang.Object
    implements Plugin<Project>
    Common base plugin for all native testing plugins.

    Expects plugins to register the native test suites in the Project.getComponents() container, and defines a number of rules that act on these components to configure them.

    • Adds a "test" task.
    • Configures the "test" task to run the tests of the test component, if present. Expects the test component to be of type TestSuiteComponent.
    Since:
    4.5
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(Project project)
      Apply this plugin to the given target object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NativeTestingBasePlugin

        @Inject
        public NativeTestingBasePlugin​(TargetMachineFactory targetMachineFactory)
    • 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