Uses of Class
org.assertj.core.api.AbstractStringAssert
-
Packages that use AbstractStringAssert Package Description org.assertj.core.api -
-
Uses of AbstractStringAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractStringAssert Modifier and Type Class Description classAbstractStringAssert<SELF extends AbstractStringAssert<SELF>>Subclasses of AbstractStringAssert in org.assertj.core.api Modifier and Type Class Description classStringAssertAssertion methods forStrings.Fields in org.assertj.core.api with type parameters of type AbstractStringAssert Modifier and Type Field Description static InstanceOfAssertFactory<String,AbstractStringAssert<?>>InstanceOfAssertFactories. STRINGInstanceOfAssertFactoryfor aString.Methods in org.assertj.core.api that return AbstractStringAssert Modifier and Type Method Description static AbstractStringAssert<?>Assertions. assertThat(String actual)Creates a new instance of.StringAssertfrom aStringstatic AbstractStringAssert<?>AssertionsForClassTypes. assertThat(String actual)Creates a new instance of.StringAssertstatic AbstractStringAssert<?>Java6Assertions. assertThat(String actual)Deprecated.Creates a new instance of.StringAssertdefault AbstractStringAssert<?>WithAssertions. assertThat(String actual)Creates a new instance of.CharSequenceAssertfrom aStringAbstractStringAssert<?>AbstractAssert. asString()Returns a String assertion for thetoString()of the actual value, to allow chaining of String-specific assertions from this call.static AbstractStringAssert<?>Assumptions. assumeThat(String actual)Creates a new instance ofassumption.StringAssertdefault AbstractStringAssert<?>WithAssumptions. assumeThat(String actual)Creates a new instance ofassumption.StringAssertstatic AbstractStringAssert<?>BDDAssertions. then(String actual)Creates a new instance of.StringAssertstatic AbstractStringAssert<?>Java6BDDAssertions. then(String actual)Deprecated.Creates a new instance of.StringAssert
-