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