Interface MayVerb

    • Method Detail

      • 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​(java.lang.String whenSkippedMessage,
                      scala.Function0<scala.runtime.BoxedUnit> body)
      • convertToStringMayWrapper

        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.