action microcks_get_messages_by_test_case { label: "Get messages for TestCase" provider: microcks method: GET path: "/tests/{id}/messages/{testCaseId}" encoding: json output: { type: "array" items: { type: "object" description: "Request associated with corresponding Response" } } }