AppRecorder.Test.Assertions.assert_outgoing_request_recorded
You're seeing just the function
assert_outgoing_request_recorded
, go back to AppRecorder.Test.Assertions module for more information.
Specs
assert_outgoing_request_recorded(map()) :: true
Asserts an outgoing_request is created
It can be used as below:
Examples:
assert_outgoing_request_recorded()
assert_outgoing_request_recorded(%{destination: "destination")