Hi All, In the course fo fixing some tests, I have found that the existing Geode asserts are deprecated. In wanting to leave the code as clean of deprecations as possible, I have come to the inevitable quandary. Which Assert should we be using? JUnit or Assertj? I am happy with either though I will note that JUnit Assert does not seem to have a fail where you can pass in the exception, which is used a lot in Geode. I look forward to an answer.
Thanks, Mark