Uses of Package
org.springframework.aot.test.generate.file
Package
Description
Support classes for compiling and testing generated code.
Support classes for running assertions on generated files.
-
ClassDescription
DynamicFile
that holds resource file content and providesResourceFileAssert
support.An immutable collection ofResourceFile
instances.DynamicFile
that holds Java source code and providesSourceFileAssert
support.An immutable collection ofSourceFile
instances.Callback interface used to write file content. -
ClassDescriptionAbstract base class for dynamically generated files.Assertion methods for
DynamicFile
instances.DynamicFile
that holds resource file content and providesResourceFileAssert
support.Assertion methods forResourceFile
instances.An immutable collection ofResourceFile
instances.DynamicFile
that holds Java source code and providesSourceFileAssert
support.Assertion methods forSourceFile
instances.An immutable collection ofSourceFile
instances.Callback interface used to write file content.