Uses of Class
org.assertj.core.api.AbstractCharacterAssert
Packages that use AbstractCharacterAssert
-
Uses of AbstractCharacterAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractCharacterAssertModifier and TypeClassDescriptionclassAbstractCharacterAssert<SELF extends AbstractCharacterAssert<SELF>>Base class for all implementations of assertions forCharacters.Subclasses of AbstractCharacterAssert in org.assertj.core.apiMethods in org.assertj.core.api that return AbstractCharacterAssertModifier and TypeMethodDescriptionstatic AbstractCharacterAssert<?>Assertions.assertThat(char actual) Creates a new instance of.CharacterAssertstatic AbstractCharacterAssert<?>Assertions.assertThat(Character actual) Creates a new instance of.CharacterAssertstatic AbstractCharacterAssert<?>AssertionsForClassTypes.assertThat(char actual) Creates a new instance of.CharacterAssertstatic AbstractCharacterAssert<?>AssertionsForClassTypes.assertThat(Character actual) Creates a new instance of.CharacterAssertstatic AbstractCharacterAssert<?>Java6Assertions.assertThat(char actual) Creates a new instance of.CharacterAssertstatic AbstractCharacterAssert<?>Java6Assertions.assertThat(Character actual) Creates a new instance of.CharacterAssertdefault AbstractCharacterAssert<?>WithAssertions.assertThat(char actual) Delegate call toAssertions.assertThat(char)default AbstractCharacterAssert<?>WithAssertions.assertThat(Character actual) Delegate call toAssertions.assertThat(Character)static AbstractCharacterAssert<?>BDDAssertions.then(char actual) Creates a new instance of.CharacterAssertstatic AbstractCharacterAssert<?>Creates a new instance of.CharacterAssertstatic AbstractCharacterAssert<?>Java6BDDAssertions.then(char actual) Creates a new instance of.CharacterAssertstatic AbstractCharacterAssert<?>Creates a new instance of.CharacterAssert