Uses of Class
io.github.ascopes.jct.assertions.ModuleContainerGroupAssert
Packages that use ModuleContainerGroupAssert
Package
Description
AssertJ extensions for testing the results of compilations.
-
Uses of ModuleContainerGroupAssert in io.github.ascopes.jct.assertions
Subclasses with type arguments of type ModuleContainerGroupAssert in io.github.ascopes.jct.assertionsModifier and TypeClassDescriptionfinal class
Assertions for module container groups.Methods in io.github.ascopes.jct.assertions that return ModuleContainerGroupAssertModifier and TypeMethodDescriptionstatic ModuleContainerGroupAssert
JctAssertions.assertThat
(@Nullable ModuleContainerGroup moduleContainerGroup) Perform an assertion on a module container group.static ModuleContainerGroupAssert
JctAssertions.assertThatContainerGroup
(@Nullable ModuleContainerGroup moduleContainerGroup) Perform an assertion on a module container group.JctCompilationAssert.classOutputModules()
Get assertions on the path containing class module outputs, if it exists.ModuleContainerGroupAssert.moduleDoesNotExist
(String module) Assert that the given module does not exist.JctCompilationAssert.moduleGroup
(JavaFileManager.Location location) Perform assertions on the given module group, if it has been configured.JctCompilationAssert.modulePathModules()
Get assertions on the path containing the module path, if it exists.OutputContainerGroupAssert.modules()
Get assertions to perform on module-oriented paths within this location.JctCompilationAssert.moduleSourcePathModules()
Get assertions on the path containing the source path, if it exists.JctCompilationAssert.sourceOutputModules()
Get assertions on the path containing generated source module outputs, if it exists.