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