StringMayWrapperForVerb

org.apache.pekko.persistence.scalatest.MayVerb.StringMayWrapperForVerb

Attributes

Source
MayVerb.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def may(right: => Unit)(implicit fun: StringVerbBlockRegistration, pos: Position): Unit

Block of tests which MAY pass, and if not should be ignored. Such as rules which may be optionally implemented by Journals.

Block of tests which MAY pass, and if not should be ignored. Such as rules which may be optionally implemented by Journals.

MUST be used in conjunction with MayVerb#optional 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

Attributes

See also
Source
MayVerb.scala

Abstract fields

Attributes

Source
MayVerb.scala