assert Architecture
Asserts the architecture with the specified layerDependenciesFunc defined as a function literal with receiver LayerDependencies.
Parameters
The function literal with receiver LayerDependencies that allows configuring the dependencies of the architecture.
Asserts the architecture with the specified layerDependenciesFunc defined as a function literal with receiver LayerDependencies.
Parameters
An optional message to provide additional context when the assertion fails. This message will be included in the assertion error if the assertion fails.
An optional test name recommended for Kotest
tests. By default, test name is derived from JUnit method name, however for Kotest framework it must be manually specified to be displayed in error messages and enable suppression.
The function literal with receiver LayerDependencies that allows configuring the dependencies of the architecture.
Asserts the architecture with the specified layerDependenciesFunc.
Parameters
The LayerDependencies instance representing the configured dependencies of the architecture.
Asserts the architecture with the specified layerDependenciesFunc.
Parameters
An optional message to provide additional context when the assertion fails. This message will be included in the assertion error if the assertion fails.
An optional test name recommended for Kotest
tests. By default, test name is derived from JUnit method name, however for Kotest framework it must be manually specified to be displayed in error messages and enable suppression.
The LayerDependencies instance representing the configured dependencies of the architecture.