pub fn assert_cache_response(
original: &ResourceRecord,
response: &[ResourceRecord],
)Expand description
Assert that the cache response has exactly one element and that it matches the original (all fields equal except TTL, where the original is >=).