AppRecorder.Test.Assertions.assert_request_recorded

You're seeing just the function assert_request_recorded, go back to AppRecorder.Test.Assertions module for more information.
Link to this function

assert_request_recorded(attrs \\ %{})

View Source

Specs

assert_request_recorded(map() | pos_integer() | nil) :: true

Asserts an request is created

It can be used as below:

Examples:

assert_request_recorded()
assert_request_recorded(%{idempotency_key: "idempotency_key")
Link to this function

assert_request_recorded(expected_count, attrs)

View Source

Specs

assert_request_recorded(integer(), map()) :: true