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