Uses of Class
io.github.ascopes.jct.assertions.PackageContainerGroupAssert
Package
Description
AssertJ extensions for testing the results of compilations.
-
Uses of PackageContainerGroupAssert in io.github.ascopes.jct.assertions
Modifier and TypeClassDescriptionfinal class
Assertions for package container groups.Modifier and TypeMethodDescriptionPackageContainerGroupAssert.allFilesExist
(Iterable<String> paths) Assert that all given files exist.PackageContainerGroupAssert.allFilesExist
(String... paths) Assert that all given files exist.static PackageContainerGroupAssert
JctAssertions.assertThat
(@Nullable PackageContainerGroup packageContainerGroup) Perform an assertion on a package container group.static PackageContainerGroupAssert
JctAssertions.assertThatContainerGroup
(@Nullable PackageContainerGroup packageContainerGroup) Perform an assertion on a package container group.JctCompilationAssert.classOutputPackages()
Get assertions on the path containing class package outputs, if it exists.JctCompilationAssert.classPathPackages()
Get assertions on the path containing the class path, if it exists.PackageContainerGroupAssert.fileDoesNotExist
(String... fragments) Assert that the given file does not exist.ModuleContainerGroupAssert.moduleExists
(String module) Assert that the given module exists and then return assertions to perform on that module.JctCompilationAssert.packageGroup
(JavaFileManager.Location location) Perform assertions on the given package group, if it has been configured.OutputContainerGroupAssert.packages()
Get assertions to perform on package-oriented paths within this location.JctCompilationAssert.sourceOutputPackages()
Get assertions on the path containing generated source package outputs, if it exists.JctCompilationAssert.sourcePathPackages()
Get assertions on the path containing the source path, if it exists.