Uses of Class
io.github.ascopes.jct.assertions.LocationAssert
Packages that use LocationAssert
Package
Description
AssertJ extensions for testing the results of compilations.
-
Uses of LocationAssert in io.github.ascopes.jct.assertions
Subclasses with type arguments of type LocationAssert in io.github.ascopes.jct.assertionsMethods in io.github.ascopes.jct.assertions that return LocationAssertModifier and TypeMethodDescriptionstatic LocationAssertJctAssertions.assertThat(@Nullable JavaFileManager.Location location) Perform an assertion on a location.static LocationAssertJctAssertions.assertThatLocation(@Nullable JavaFileManager.Location location) Perform an assertion on a location.LocationAssert.isModuleOrientedLocation()Assert that the location ismodule-oriented.LocationAssert.isNotModuleOrientedLocation()Assert that the location is notmodule-oriented.LocationAssert.isNotOutputLocation()Assert that the location is not anoutput location.LocationAssert.isOutputLocation()Assert that the location is anoutput location.AbstractContainerGroupAssert.location()Get assertions to perform on the location of this container group.