public interface MayVerb
| Modifier and Type | Interface and Description |
|---|---|
static interface |
MayVerb.StringMayWrapperForVerb |
static class |
MayVerb.TestCanceledByFailure |
static class |
MayVerb.TestCanceledByFailure$ |
| Modifier and Type | Method and Description |
|---|---|
MayVerb.StringMayWrapperForVerb |
convertToStringMayWrapper(java.lang.String o)
Implicitly converts an object of type
String to a StringMayWrapper,
to enable may methods to be invokable on that object. |
int |
mayVerbStacktraceContextFrames()
Configurable number of frames to be shown when a MAY test fails (is canceled).
|
void |
optional(java.lang.String whenSkippedMessage,
scala.Function0<scala.runtime.BoxedUnit> body) |
int mayVerbStacktraceContextFrames()
Defaults to 3.
Must be geater than 0.
void optional(java.lang.String whenSkippedMessage,
scala.Function0<scala.runtime.BoxedUnit> body)
MayVerb.StringMayWrapperForVerb convertToStringMayWrapper(java.lang.String o)
String to a StringMayWrapper,
to enable may methods to be invokable on that object.o - (undocumented)