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