Uses of Class
io.github.ascopes.jct.assertions.JavaFileObjectKindAssert
Package
Description
AssertJ extensions for testing the results of compilations.
-
Uses of JavaFileObjectKindAssert in io.github.ascopes.jct.assertions
Modifier and TypeMethodDescriptionstatic JavaFileObjectKindAssert
JctAssertions.assertThat
(@Nullable JavaFileObject.Kind kind) Perform an assertion on a Java file object kind.static JavaFileObjectKindAssert
JctAssertions.assertThatKind
(@Nullable JavaFileObject.Kind kind) Perform an assertion on a Java file object kind.JavaFileObjectKindAssert.isClass()
Assert that the kind is aJavaFileObject.Kind.CLASS
.JavaFileObjectKindAssert.isHtml()
Assert that the kind is anHTML source
.JavaFileObjectKindAssert.isOther()
Assert that the kind issome other unknown kind
.JavaFileObjectKindAssert.isSource()
Assert that the kind is aJavaFileObject.Kind.SOURCE
.AbstractJavaFileObjectAssert.kind()
Perform an assertion on the file object kind.