Package io.gitlab.ntduycse.convention
Class IntegrationTestConvention
java.lang.Object
io.gitlab.ntduycse.convention.IntegrationTestConvention
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 Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidconfigure(org.gradle.api.Project project, SpringQuickstartExtension ext) static voidregisterWhenJavaPluginApplied(org.gradle.api.Project project) Wires theintegrationTestsource set and its configurations as soon as thejavaplugin is present.
-
Field Details
-
INTEGRATION_TEST_TASK_NAME
- See Also:
-
INTEGRATION_SOURCE_SET_NAME
- See Also:
-
-
Method Details
-
configure
-
registerWhenJavaPluginApplied
public static void registerWhenJavaPluginApplied(org.gradle.api.Project project) Wires theintegrationTestsource set and its configurations as soon as thejavaplugin is present. Safe to call multiple times.
-