Uses of Class
de.hybris.platform.testframework.assertions.InputStreamAssert
Packages that use InputStreamAssert
-
Uses of InputStreamAssert in de.hybris.platform.testframework.assertions
Methods in de.hybris.platform.testframework.assertions that return InputStreamAssertModifier and TypeMethodDescriptionstatic InputStreamAssertInputStreamAssert.assertThat(InputStream actual) Deprecated, for removal: This API element is subject to removal in a future version.InputStreamAssert.hasSameDataAs(byte[] expected) Deprecated.InputStreamAssert.hasSameDataAs(InputStream expected) Deprecated.since 2011, use assertion provided by AssertJ:Assertions.assertThat(actual).hasSameContentAs(expected).InputStreamAssert.hasSameSizeAs(InputStream other) Deprecated.since 2011, use assertion provided by AssertJ:InputStreamAssert.hasSameSizeAs(InputStream).InputStreamAssert.hasSize(long size) Deprecated, for removal: This API element is subject to removal in a future version.
InputStreamAssert.hasSameContentAs(byte[])instead.