Uses of Class
org.assertj.guava.api.ByteSourceAssert
Packages that use ByteSourceAssert
-
Uses of ByteSourceAssert in org.assertj.guava.api
Fields in org.assertj.guava.api with type parameters of type ByteSourceAssertModifier and TypeFieldDescriptionstatic final InstanceOfAssertFactory<ByteSource,
ByteSourceAssert> InstanceOfAssertFactories.BYTE_SOURCE
Methods in org.assertj.guava.api that return ByteSourceAssertModifier and TypeMethodDescriptionstatic ByteSourceAssert
Assertions.assertThat
(ByteSource actual) ByteSourceAssert.hasSameContentAs
(ByteSource other) Verifies that the actualByteSource
has the same content as the provided one.ByteSourceAssert.hasSize
(long expectedSize) Verifies that the size of the actualByteSource
is equal to the given one.