Interface MayVerb
- 
- All Known Implementing Classes:
 JavaJournalPerfSpec,JavaJournalSpec,JavaSnapshotStoreSpec,JournalPerfSpec,JournalSpec,SnapshotStoreSpec
public interface MayVerb 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMayVerb.StringMayWrapperForVerbstatic classMayVerb.TestCanceledByFailurestatic classMayVerb.TestCanceledByFailure$ 
- 
Method Summary
All 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
- 
mayVerbStacktraceContextFrames
int mayVerbStacktraceContextFrames()
Configurable number of frames to be shown when a MAY test fails (is canceled).Defaults to
3. Must be greater than0. 
- 
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 typeStringto aStringMayWrapper, to enablemaymethods to be invokable on that object. 
 - 
 
 -