Interface MayVerb
- All Known Implementing Classes:
JavaJournalPerfSpec,JavaJournalSpec,JavaSnapshotStoreSpec,JournalPerfSpec,JournalSpec,SnapshotStoreSpec
public interface MayVerb
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptionImplicitly converts an object of typeStringto aStringMayWrapper, to enablemaymethods to be invokable on that object.intConfigurable number of frames to be shown when a MAY test fails (is canceled).void
-
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 than0. -
optional
-
convertToStringMayWrapper
Implicitly converts an object of typeStringto aStringMayWrapper, to enablemaymethods to be invokable on that object.
-