public static interface MayVerb.StringMayWrapperForVerb
Modifier and Type | Method and Description |
---|---|
java.lang.String |
leftSideString() |
void |
may(scala.Function0<scala.runtime.BoxedUnit> right,
org.scalatest.words.StringVerbBlockRegistration fun,
org.scalactic.source.Position pos)
Block of tests which MAY pass, and if not should be ignored.
|
java.lang.String leftSideString()
void may(scala.Function0<scala.runtime.BoxedUnit> right, org.scalatest.words.StringVerbBlockRegistration fun, org.scalactic.source.Position pos)
MUST be used in conjunction with MayVerb.optional(java.lang.String, scala.Function0<scala.runtime.BoxedUnit>)
to provide explanation as to why it may be ok to fail this spec.
The word MAY
is to be understood as defined in RFC 2119
right
- (undocumented)fun
- (undocumented)pos
- (undocumented)