Packages

t

akka.persistence.scalatest.MayVerb

StringMayWrapperForVerb

trait StringMayWrapperForVerb extends AnyRef

Source
MayVerb.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StringMayWrapperForVerb
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val leftSideString: String

Concrete Value Members

  1. def may(right: ⇒ Unit)(implicit fun: StringVerbBlockRegistration, pos: Position): Unit

    Block of tests which MAY pass, and if not should be ignored.

    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

    See also

    RFC 2119