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_SOURCEMethods in org.assertj.guava.api that return ByteSourceAssertModifier and TypeMethodDescriptionstatic ByteSourceAssertAssertions.assertThat(ByteSource actual) ByteSourceAssert.hasSameContentAs(ByteSource other) Verifies that the actualByteSourcehas the same content as the provided one.ByteSourceAssert.hasSize(long expectedSize) Verifies that the size of the actualByteSourceis equal to the given one.