What are the use cases for Assumptions.assumingThat(...)? #2553
-
The What is the intended use case for them? Additionally it is slightly irritating that these
The Or is it about the intention they convey, indicating that a conditional execution in a test method is intentionally based on the test environment? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Yes, that's what they are for. They are effectively nothing more than glorified if-statements that serve as a DSL for the reader of the test. |
Beta Was this translation helpful? Give feedback.
Yes, that's what they are for.
They are effectively nothing more than glorified if-statements that serve as a DSL for the reader of the test.