| Package | Description |
|---|---|
| com.squareup.javapoet |
| Modifier and Type | Method and Description |
|---|---|
JavaFileAssert |
JUnitSoftAssertions.assertThat(com.squareup.javapoet.JavaFile actual)
Creates a new "soft" instance of
. |
static JavaFileAssert |
Assertions.assertThat(com.squareup.javapoet.JavaFile actual)
Creates a new instance of
. |
static JavaFileAssert |
JavaFileAssert.assertThat(com.squareup.javapoet.JavaFile actual)
An entry point for JavaFileAssert to follow AssertJ standard
assertThat() statements.With a static import, one can write directly: assertThat(myJavaFile) and get specific assertion with code completion. |
JavaFileAssert |
SoftAssertions.assertThat(com.squareup.javapoet.JavaFile actual)
Creates a new "soft" instance of
. |
static JavaFileAssert |
BddAssertions.then(com.squareup.javapoet.JavaFile actual)
Creates a new instance of
. |
Copyright © 2019 Mulesoft. All rights reserved.