Uses of Class
io.github.ascopes.jct.assertions.JctCompilationAssert
Package
Description
AssertJ extensions for testing the results of compilations.
-
Uses of JctCompilationAssert in io.github.ascopes.jct.assertions
Modifier and TypeMethodDescriptionstatic JctCompilationAssert
JctAssertions.assertThat
(@Nullable JctCompilation compilation) Perform an assertion on a compilation.static JctCompilationAssert
JctAssertions.assertThatCompilation
(@Nullable JctCompilation compilation) Perform an assertion on a compilation.JctCompilationAssert.isFailure()
Assert that the compilation was a failure.JctCompilationAssert.isSuccessful()
Assert that the compilation was successful.JctCompilationAssert.isSuccessfulWithoutWarnings()
Assert that the compilation was successful and had no warnings.