Uses of Class
io.github.ascopes.jct.assertions.LocationAssert
Package
Description
AssertJ extensions for testing the results of compilations.
-
Uses of LocationAssert in io.github.ascopes.jct.assertions
Modifier and TypeMethodDescriptionstatic LocationAssert
JctAssertions.assertThat
(@Nullable JavaFileManager.Location location) Perform an assertion on a location.static LocationAssert
JctAssertions.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.