assertk / assertk.assertions / hasNotSameContentAs

hasNotSameContentAs

(jvm) fun Assert<InputStream>.hasNotSameContentAs(expected: InputStream): Unit

Asserts that the actual stream has a different content as the expected stream. Both InputStreams will be closed by the assertion.

Parameters

expected - which content is compared to the actual one