We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
// when Optional<String> optional = get(); // then assertThat(optional).isPresent();
We could really, really use this
The text was updated successfully, but these errors were encountered:
I think fest-assert is no longer developed. Take a look at http://joel-costigliola.github.io/assertj/ which is the successor
Sorry, something went wrong.
Man! Thank your for your supersonic response!
Is this the same library continued? Or is this written again completely from scratch?
I am not too sure. But I strongly suggest to convert asap. It is worth it. Most ideas are the same. So it shouldn't be too much work:
http://joel-costigliola.github.io/assertj/assertj-core-migrating-from-fest.html
No branches or pull requests
We could really, really use this
The text was updated successfully, but these errors were encountered: