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<com.google.common.io.ByteSource, ByteSourceAssert> InstanceOfAssertFactories.BYTE_SOURCEInstanceOfAssertFactoryfor aByteSource.Methods in org.assertj.guava.api that return ByteSourceAssertModifier and TypeMethodDescriptionstatic ByteSourceAssertAssertions.assertThat(com.google.common.io.ByteSource actual) ByteSourceAssert.hasSameContentAs(com.google.common.io.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.