Class IntegrationTestConvention

java.lang.Object
io.gitlab.ntduycse.convention.IntegrationTestConvention

public final class IntegrationTestConvention extends Object
Integration test layout and task for Spring Quickstart consumers: sources under src/test/java/integration, integrationTest task mirroring test. Depends on the Java plugin (same as UnitTestConvention).
  • Field Details

  • Method Details

    • configure

      public static void configure(org.gradle.api.Project project, SpringQuickstartExtension ext)
    • registerWhenJavaPluginApplied

      public static void registerWhenJavaPluginApplied(org.gradle.api.Project project)
      Wires the integrationTest source set and its configurations as soon as the java plugin is present. Safe to call multiple times.