assertj / assertj

AssertJ is a library providing easy to use rich typed assertions
https://assertj.github.io/doc/
Apache License 2.0
2.63k stars 700 forks source link

`inBinary` not exposed for `String` assertions #3547

Closed scordio closed 1 month ago

scordio commented 3 months ago

There is a test that demonstrates the use of inBinary with String 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 made public in AbstractStringAssert and cannot be used by client code.

sunaleed commented 1 month ago

https://github.com/assertj/assertj/pull/3600 I created a PR for this issue

scordio commented 1 month ago

Done in a4bc7ecc.