Uses of Class
org.assertj.guava.api.ByteSourceAssert
-
Packages that use ByteSourceAssert Package Description org.assertj.guava.api -
-
Uses of ByteSourceAssert in org.assertj.guava.api
Fields in org.assertj.guava.api with type parameters of type ByteSourceAssert Modifier and Type Field Description static InstanceOfAssertFactory<com.google.common.io.ByteSource,ByteSourceAssert>InstanceOfAssertFactories. BYTE_SOURCEInstanceOfAssertFactoryfor aByteSource.Methods in org.assertj.guava.api that return ByteSourceAssert Modifier and Type Method Description static ByteSourceAssertAssertions. assertThat(com.google.common.io.ByteSource actual)ByteSourceAssertByteSourceAssert. hasSameContentAs(com.google.common.io.ByteSource other)Verifies that the actualByteSourcehas the same content as the provided one.ByteSourceAssertByteSourceAssert. hasSize(long expectedSize)Verifies that the size of the actualByteSourceis equal to the given one.
-