Interface MayVerb

All Known Implementing Classes:
JavaJournalPerfSpec, JavaJournalSpec, JavaSnapshotStoreSpec, JournalPerfSpec, JournalSpec, SnapshotStoreSpec

public interface MayVerb
  • Method Details

    • mayVerbStacktraceContextFrames

      int mayVerbStacktraceContextFrames()
      Configurable number of frames to be shown when a MAY test fails (is canceled).

      Defaults to 3. Must be greater than 0.

    • optional

      void optional(String whenSkippedMessage, scala.Function0<scala.runtime.BoxedUnit> body)
    • convertToStringMayWrapper

      MayVerb.StringMayWrapperForVerb convertToStringMayWrapper(String o)
      Implicitly converts an object of type String to a StringMayWrapper, to enable may methods to be invokable on that object.