You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is more of a question than an issue. Is there a reason why custom assumptions can't done similar to custom assertions? (or am I just not finding the documentation on how to do this?)
So that this is possible: assumeThat(frodo).hasRace("hobbit");
Instead of having to do this: assumeThat(frodo.getRace()).isEqualTo("hobbit");
Thanks in advance.
The text was updated successfully, but these errors were encountered:
This is more of a question than an issue. Is there a reason why custom assumptions can't done similar to custom assertions? (or am I just not finding the documentation on how to do this?)
So that this is possible:
assumeThat(frodo).hasRace("hobbit");
Instead of having to do this:
assumeThat(frodo.getRace()).isEqualTo("hobbit");
Thanks in advance.
The text was updated successfully, but these errors were encountered: