Uses of Class
io.spring.initializr.generator.test.buildsystem.gradle.GroovyDslGradleBuildAssert
Packages that use GroovyDslGradleBuildAssert
Package
Description
Support for testing a Gradle build.
Support for testing project generation.
-
Uses of GroovyDslGradleBuildAssert in io.spring.initializr.generator.test.buildsystem.gradle
Methods in io.spring.initializr.generator.test.buildsystem.gradle that return GroovyDslGradleBuildAssertModifier and TypeMethodDescriptionGroovyDslGradleBuildAssert.containsOnlyExtProperties(String... values) Assertbuild.gradlecontains only the specified properties.Assertbuild.gradledefines a plugin with the specified id.Assertbuild.gradledefines a plugin with the specified id and version.GroovyDslGradleBuildAssert.hasProperty(String name, String value) Assertbuild.gradledefines a top-level property with the specified name and value.GroovyDslGradleBuildAssert.hasSourceCompatibility(String javaVersion) Assertbuild.gradleuses a source compatibility for the specified java version.GroovyDslGradleBuildAssert.hasVersion(String version) Assertbuild.gradleuses the specifiedversion. -
Uses of GroovyDslGradleBuildAssert in io.spring.initializr.generator.test.project
Methods in io.spring.initializr.generator.test.project that return GroovyDslGradleBuildAssertModifier and TypeMethodDescriptionAbstractModuleAssert.groovyDslGradleBuild()Assert this module has abuild.gradleand return anassertfor thebuild.gradlefile of this module, to allow chaining of gradle-specific assertions from this call.