Package | Description |
---|---|
org.assertj.core.api |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractComparableAssert<SELF extends AbstractComparableAssert<SELF,ACTUAL>,ACTUAL extends Comparable<? super ACTUAL>> |
Base class for all implementations of
. |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractBigDecimalAssert<SELF extends AbstractBigDecimalAssert<SELF>> |
Base class for all implementations of assertions for
BigDecimal s. |
class |
AbstractBigIntegerAssert<SELF extends AbstractBigIntegerAssert<SELF>> |
Base class for all implementations of assertions for
BigInteger s. |
class |
AbstractByteAssert<SELF extends AbstractByteAssert<SELF>> |
Base class for all implementations of assertions for
Byte s. |
class |
AbstractCharacterAssert<SELF extends AbstractCharacterAssert<SELF>> |
Base class for all implementations of assertions for
Character s. |
class |
AbstractDoubleAssert<SELF extends AbstractDoubleAssert<SELF>> |
Base class for all implementations of assertions for
Double s. |
class |
AbstractFloatAssert<SELF extends AbstractFloatAssert<SELF>> |
Base class for all implementations of assertions for
Float s. |
class |
AbstractIntegerAssert<SELF extends AbstractIntegerAssert<SELF>> |
Base class for all implementations of assertions for
Integer s. |
class |
AbstractIterableSizeAssert<SELF extends AbstractIterableAssert<SELF,ACTUAL,ELEMENT,ELEMENT_ASSERT>,ACTUAL extends Iterable<? extends ELEMENT>,ELEMENT,ELEMENT_ASSERT extends AbstractAssert<ELEMENT_ASSERT,ELEMENT>> |
|
class |
AbstractLongAssert<SELF extends AbstractLongAssert<SELF>> |
Base class for all implementations of assertions for
Long s. |
class |
AbstractMapSizeAssert<SELF extends AbstractMapAssert<SELF,A,KEY,VALUE>,A extends Map<KEY,VALUE>,KEY,VALUE> |
|
class |
AbstractPathAssert<SELF extends AbstractPathAssert<SELF>> |
Assertions for
Path objects |
class |
AbstractShortAssert<SELF extends AbstractShortAssert<SELF>> |
Base class for all implementations of assertions for
Short s. |
class |
BigDecimalAssert |
Assertion methods for
BigDecimal s. |
class |
BigIntegerAssert |
Assertion methods for
BigInteger s. |
class |
ByteAssert |
Assertion methods for
Byte s. |
class |
CharacterAssert |
Assertion methods for
Character s. |
class |
DoubleAssert |
Assertion methods for
Double s. |
class |
FloatAssert |
Assertion methods for floats.
|
class |
GenericComparableAssert<ACTUAL extends Comparable<? super ACTUAL>> |
Concrete generic
to be used through Assertions.assertThat(java.lang.Comparable) . |
class |
IntegerAssert |
Assertion methods for
Integer s. |
class |
IterableSizeAssert<T> |
|
class |
LongAssert |
Assertion methods for
Long s. |
class |
MapSizeAssert<KEY,VALUE> |
|
class |
PathAssert |
Assertion class for
Path s |
class |
ShortAssert |
Assertion methods for
Short s. |
Modifier and Type | Method | Description |
---|---|---|
static <T extends Comparable<? super T>> |
Assertions.assertThat(T actual) |
Creates a new instance of
with
standard comparison semantics. |
static <T extends Comparable<? super T>> |
AssertionsForInterfaceTypes.assertThat(T actual) |
Creates a new instance of
with
standard comparison semantics. |
<T extends Comparable<? super T>> |
Java6AbstractStandardSoftAssertions.assertThat(T actual) |
Creates a new instance of
with
standard comparison semantics. |
static <T extends Comparable<? super T>> |
Java6Assertions.assertThat(T actual) |
Creates a new instance of
with
standard comparison semantics. |
default <T extends Comparable<? super T>> |
WithAssertions.assertThat(T actual) |
Delegate call to
Assertions.assertThat(Comparable) |
static <T extends Comparable<? super T>> |
BDDAssertions.then(T actual) |
Creates a new instance of
with
standard comparison semantics. |
<T extends Comparable<? super T>> |
Java6AbstractBDDSoftAssertions.then(T actual) |
Creates a new instance of
with
standard comparison semantics. |
static <T extends Comparable<? super T>> |
Java6BDDAssertions.then(T actual) |
Creates a new instance of
with
standard comparison semantics. |
Copyright © 2014–2019. All rights reserved.