Uses of Class
org.assertj.core.api.AbstractCharacterAssert
-
Packages that use AbstractCharacterAssert Package Description org.assertj.core.api -
-
Uses of AbstractCharacterAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractCharacterAssert Modifier and Type Class Description classAbstractCharacterAssert<SELF extends AbstractCharacterAssert<SELF>>Base class for all implementations of assertions forCharacters.Subclasses of AbstractCharacterAssert in org.assertj.core.api Modifier and Type Class Description classCharacterAssertAssertion methods forCharacters.Fields in org.assertj.core.api with type parameters of type AbstractCharacterAssert Modifier and Type Field Description static InstanceOfAssertFactory<Character,AbstractCharacterAssert<?>>InstanceOfAssertFactories. CHARACTERMethods in org.assertj.core.api that return AbstractCharacterAssert Modifier and Type Method Description static 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)Deprecated.Creates a new instance of.CharacterAssertstatic AbstractCharacterAssert<?>Java6Assertions. assertThat(Character actual)Deprecated.Creates a new instance of.CharacterAssertdefault AbstractCharacterAssert<?>WithAssertions. assertThat(char actual)Creates a new instance of.CharacterAssertdefault AbstractCharacterAssert<?>WithAssertions. assertThat(Character actual)Creates a new instance of.CharacterAssertstatic AbstractCharacterAssert<?>Assumptions. assumeThat(char actual)Creates a new instance ofassumption.CharacterAssertstatic AbstractCharacterAssert<?>Assumptions. assumeThat(Character actual)Creates a new instance ofassumption.CharacterAssertdefault AbstractCharacterAssert<?>WithAssumptions. assumeThat(char actual)Creates a new instance ofassumption.CharacterAssertdefault AbstractCharacterAssert<?>WithAssumptions. assumeThat(Character actual)Creates a new instance ofassumption.CharacterAssertstatic AbstractCharacterAssert<?>BDDAssertions. then(char actual)Creates a new instance of.CharacterAssertstatic AbstractCharacterAssert<?>BDDAssertions. then(Character actual)Creates a new instance of.CharacterAssertstatic AbstractCharacterAssert<?>Java6BDDAssertions. then(char actual)Deprecated.Creates a new instance of.CharacterAssertstatic AbstractCharacterAssert<?>Java6BDDAssertions. then(Character actual)Deprecated.Creates a new instance of.CharacterAssert
-