Uses of Class
io.github.ascopes.jct.assertions.AbstractEnumAssert
Packages that use AbstractEnumAssert
Package
Description
AssertJ extensions for testing the results of compilations.
-
Uses of AbstractEnumAssert in io.github.ascopes.jct.assertions
Classes in io.github.ascopes.jct.assertions with type parameters of type AbstractEnumAssertModifier and TypeClassDescriptionclass
AbstractEnumAssert<A extends AbstractEnumAssert<A,
E>, E extends Enum<E>> Abstract base class for an assertion on anEnum
.Subclasses of AbstractEnumAssert in io.github.ascopes.jct.assertionsModifier and TypeClassDescriptionfinal class
Assertions for an individual diagnostic kind.final class
Assertions for an individualJava file object kind
.