Separator string for splitting test description and test name.
Separator string for splitting test description and test name.
e.g. separator "runs " and the following test definition:
describe("description") { it("runs testName") { // .. } }
returns 'testName'.
Wraps an 'it' call for convenience
Wraps an 'it' call for convenience
The parameterless execute method has been deprecated and will be removed in a future version of ScalaTest. Please invoke execute with empty parens instead: execute().
The trap method is no longer needed for demos in the REPL, which now abreviates stack traces, and will be removed in a future version of ScalaTest