fbp-spec
Version:
Data-driven FBP component/graph testing tool
20 lines (19 loc) • 345 B
YAML
name: "When not specifying fixture, graph with @topic is automatically set up"
topic: "DummyComponent"
cases:
-
name: 'sending a boolean'
assertion: 'should pass'
inputs:
in: true
expect:
out:
equals: true
-
name: 'sending a number'
assertion: 'should pass'
inputs:
in: 1000
expect:
out:
equals: 1000