UNPKG

fbp-spec

Version:

Data-driven FBP component/graph testing tool

15 lines (14 loc) 425 B
--- id: outputdata.json "$schema": "http://json-schema.org/draft-04/schema" title: Output data description: | Data expected in a testcase. Each key refers to a port, and the value is a description of the expected message on that port. There can be one expectation (check) on each message, or an array of them. type: object items: oneOf: - "$ref": "expectation.json" - "$ref": "expectations.json" required: []