Uses of Class
io.github.ascopes.jct.assertions.OutputContainerGroupAssert
Packages that use OutputContainerGroupAssert
Package
Description
AssertJ extensions for testing the results of compilations.
-
Uses of OutputContainerGroupAssert in io.github.ascopes.jct.assertions
Subclasses with type arguments of type OutputContainerGroupAssert in io.github.ascopes.jct.assertionsModifier and TypeClassDescriptionfinal class
Assertions for output container groups.Methods in io.github.ascopes.jct.assertions that return OutputContainerGroupAssertModifier and TypeMethodDescriptionstatic OutputContainerGroupAssert
JctAssertions.assertThat
(@Nullable OutputContainerGroup outputContainerGroup) Perform an assertion on an output container group.static OutputContainerGroupAssert
JctAssertions.assertThatContainerGroup
(@Nullable OutputContainerGroup outputContainerGroup) Perform an assertion on an output container group.JctCompilationAssert.outputGroup
(JavaFileManager.Location location) Perform assertions on the given output group, if it has been configured.