UNPKG

345 BYAMLView Raw
1name: "When not specifying fixture, graph with @topic is automatically set up"
2topic: "DummyComponent"
3cases:
4-
5 name: 'sending a boolean'
6 assertion: 'should pass'
7 inputs:
8 in: true
9 expect:
10 out:
11 equals: true
12-
13 name: 'sending a number'
14 assertion: 'should pass'
15 inputs:
16 in: 1000
17 expect:
18 out:
19 equals: 1000