Journal Mode
Controls which requests are recorded in the dev.mokksy.mokksy.request.RequestJournal.
Entries
This mode disables request recording entirely. Journal-dependent methods like MokksyServer.verifyNoUnexpectedRequests and MokksyServer.findAllUnexpectedRequests throw IllegalStateException when active.
Records only requests with no matching stub. Lower overhead; sufficient for MokksyServer.verifyNoUnexpectedRequests.
Records all incoming requests, differentiating matched from unmatched. Enables inspection of both MokksyServer.findAllUnexpectedRequests and matched requests.
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.