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.
Link to this function

assert_outgoing_request_recorded(attrs \\ %{})

View Source

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")
Link to this function

assert_outgoing_request_recorded(expected_count, attrs)

View Source