Uses of Class
org.assertj.core.api.AbstractStringAssert
Packages that use AbstractStringAssert
-
Uses of AbstractStringAssert in org.assertj.core.api
Classes in org.assertj.core.api with type parameters of type AbstractStringAssertModifier and TypeClassDescriptionclass
AbstractStringAssert<SELF extends AbstractStringAssert<SELF>>
Subclasses of AbstractStringAssert in org.assertj.core.apiFields in org.assertj.core.api with type parameters of type AbstractStringAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<String,
AbstractStringAssert<?>> InstanceOfAssertFactories.STRING
InstanceOfAssertFactory
for aString
.Methods in org.assertj.core.api that return AbstractStringAssertModifier and TypeMethodDescriptionAbstractByteArrayAssert.asHexString()
Converts the actual byte array under test to an hexadecimal String and returns assertions for the computed String allowing String specific assertions from this call.static AbstractStringAssert<?>
Assertions.assertThat
(String actual) Creates a new instance of
.StringAssert
from aString
static AbstractStringAssert<?>
AssertionsForClassTypes.assertThat
(String actual) Creates a new instance of
.StringAssert
static AbstractStringAssert<?>
Java6Assertions.assertThat
(String actual) Deprecated.Creates a new instance of
.StringAssert
default AbstractStringAssert<?>
WithAssertions.assertThat
(String actual) Creates a new instance of
.CharSequenceAssert
from aString
AbstractAssert.asString()
Returns a String assertion for thetoString()
of the actual value, to allow chaining of String-specific assertions from this call.AbstractByteArrayAssert.asString()
Converts the actual byte[] under test to a String and returns assertions for the computed String allowing String specific assertions from this call.Converts the actual byte[] under test to a String by decoding the specified bytes using the given charset and returns assertions for the computed String allowing String specific assertions from this call.static AbstractStringAssert<?>
Assumptions.assumeThat
(String actual) Creates a new instance of
assumption.StringAssert
default AbstractStringAssert<?>
WithAssumptions.assumeThat
(String actual) Creates a new instance of
assumption.StringAssert
AbstractByteArrayAssert.encodedAsBase64()
Encodes the actual array into a Base64 string, the encoded string becoming the new object under test.static AbstractStringAssert<?>
Creates a new assumption's instance for aString
value.static AbstractStringAssert<?>
Creates a new instance of
.StringAssert
static AbstractStringAssert<?>
Deprecated.Creates a new instance of
.StringAssert