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