Uses of Class
io.github.ascopes.jct.assertions.PackageContainerGroupAssert
Packages that use PackageContainerGroupAssert
Package
Description
AssertJ extensions for testing the results of compilations.
-
Uses of PackageContainerGroupAssert in io.github.ascopes.jct.assertions
Subclasses with type arguments of type PackageContainerGroupAssert in io.github.ascopes.jct.assertionsModifier and TypeClassDescriptionfinal classAssertions for package container groups.Methods in io.github.ascopes.jct.assertions that return PackageContainerGroupAssertModifier and TypeMethodDescriptionPackageContainerGroupAssert.allFilesExist(Iterable<String> paths) Assert that all given files exist.PackageContainerGroupAssert.allFilesExist(String... paths) Assert that all given files exist.static PackageContainerGroupAssertJctAssertions.assertThat(@Nullable PackageContainerGroup packageContainerGroup) Perform an assertion on a package container group.static PackageContainerGroupAssertJctAssertions.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.