Does Scalatest have any support for assumptions?
问题 As per the title, I'm wondering if it's possible to provide "assumptions" to Scalatest when defining a particular test case. Assumptions in this context would be preconditions for a test, such that if the assumption evaluated to false, the test would be skipped rather than executed (and handled accordingly by the runners). In this particular case, I'm thinking about dependencies between tests - so there might be a basic test that validates whether a method returns anything at all , followed