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