Closed scordio closed 1 month ago
There is a test that demonstrates the use of inBinary with String assertions:
inBinary
String
https://github.com/assertj/assertj/blob/63e56f88d74bd5b44bb942382c49f29f38906d94/assertj-core/src/test/java/org/assertj/core/api/Assertions_assertThat_inBinary_Test.java#L107-L112
However, inBinary is not made public in AbstractStringAssert and cannot be used by client code.
public
AbstractStringAssert
https://github.com/assertj/assertj/pull/3600 I created a PR for this issue
Done in a4bc7ecc.
There is a test that demonstrates the use of
inBinary
withString
assertions:https://github.com/assertj/assertj/blob/63e56f88d74bd5b44bb942382c49f29f38906d94/assertj-core/src/test/java/org/assertj/core/api/Assertions_assertThat_inBinary_Test.java#L107-L112
However,
inBinary
is not madepublic
inAbstractStringAssert
and cannot be used by client code.