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