Class AssociateTestClasspathAction

java.lang.Object
com.robothy.gradle.action.AssociateTestClasspathAction
All Implemented Interfaces:
org.gradle.api.Action<org.gradle.api.Task>

public class AssociateTestClasspathAction extends Object implements org.gradle.api.Action<org.gradle.api.Task>
An action that associate the test classpath with the test task.
  • Constructor Details

    • AssociateTestClasspathAction

      public AssociateTestClasspathAction(org.gradle.api.artifacts.Dependency dependency)
      Constructor.
      Parameters:
      dependency - that resolve the jar with tests.
  • Method Details

    • execute

      public void execute(org.gradle.api.Task task)
      Specified by:
      execute in interface org.gradle.api.Action<org.gradle.api.Task>