Uses of Class
io.spring.initializr.generator.test.io.TextAssert
Packages that use TextAssert
Package
Description
Support for testing project generation.
-
Uses of TextAssert in io.spring.initializr.generator.test.project
Methods in io.spring.initializr.generator.test.project that return TextAssertModifier and TypeMethodDescriptionAbstractJvmModuleAssert.mainSource
(String packageName, String name) Assert that the main source defines the specified type and return anassert
for it, to allow chaining of text-specific assertions from this call.AbstractJvmModuleAssert.testSource
(String packageName, String name) Assert that the test source defines the specified type and return anassert
for it, to allow chaining of text-specific assertions from this call.Assert that the project defines the specified file and return aTextAssert
for it, to allow chaining of text file-specific assertions from this call.