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