CallbackProvider class
Methods
-
defaultHandler(BridgeMockzillaHttpRequest request, String key)
→ BridgeMockzillaHttpResponse
-
Returns the default response for the endpoint associated with
key
.
-
endpointMatcher(BridgeMockzillaHttpRequest request, String key)
→ bool
-
Calls the matcher on the specified endpoint.
-
errorHandler(BridgeMockzillaHttpRequest request, String key)
→ BridgeMockzillaHttpResponse
-
Returns the default error response for the endpoint associated with
key
.
-
log(BridgeLogLevel logLevel, String message, String tag, String? exception)
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited