Package akka.persistence.scalatest
Interface MayVerb
- 
- All Known Implementing Classes:
- JavaJournalPerfSpec,- JavaJournalSpec,- JavaSnapshotStoreSpec,- JournalPerfSpec,- JournalSpec,- SnapshotStoreSpec
 
 public interface MayVerb
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceMayVerb.StringMayWrapperForVerbstatic classMayVerb.TestCanceledByFailurestatic classMayVerb.TestCanceledByFailure$
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MayVerb.StringMayWrapperForVerbconvertToStringMayWrapper(java.lang.String o)Implicitly converts an object of typeStringto aStringMayWrapper, to enablemaymethods to be invokable on that object.intmayVerbStacktraceContextFrames()Configurable number of frames to be shown when a MAY test fails (is canceled).voidoptional(java.lang.String whenSkippedMessage, scala.Function0<scala.runtime.BoxedUnit> body)
 
- 
- 
- 
Method Detail- 
mayVerbStacktraceContextFramesint mayVerbStacktraceContextFrames() Configurable number of frames to be shown when a MAY test fails (is canceled).Defaults to 3. Must be greater than0.
 - 
optionalvoid optional(java.lang.String whenSkippedMessage, scala.Function0<scala.runtime.BoxedUnit> body)
 - 
convertToStringMayWrapperMayVerb.StringMayWrapperForVerb convertToStringMayWrapper(java.lang.String o) Implicitly converts an object of typeStringto aStringMayWrapper, to enablemaymethods to be invokable on that object.
 
- 
 
-