Interface MayVerb
- All Known Implementing Classes:
JavaJournalPerfSpec
,JavaJournalSpec
,JavaSnapshotStoreSpec
,JournalPerfSpec
,JournalSpec
,SnapshotStoreSpec
public interface MayVerb
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static class
static class
-
Method Summary
Modifier and TypeMethodDescriptionImplicitly converts an object of typeString
to aStringMayWrapper
, to enablemay
methods to be invokable on that object.int
Configurable 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 typeString
to aStringMayWrapper
, to enablemay
methods to be invokable on that object.
-