action microcks_get_events_by_test_case { label: "Get events for TestCase" provider: microcks method: GET path: "/tests/{id}/events/{testCaseId}" encoding: json output: { type: "array" items: { type: "object" description: "Representation of an unidirectional exchange as an event message" } } }