Sha256: 2db00333e765529a0160160436ad8a0d773265dc1bb4bfb766205b1073cacc27

Contents?: true

Size: 323 Bytes

Versions: 6

Compression:

Stored size: 323 Bytes

Contents

---

Check Block (block.yml): !S::Suite
  attributes: !S::Block {}
  contents:
    - test simple good block:
        test: " 42 == 42 "
    - test simple bad block:
        test: " 42 == 43 "
        weight: -1
    - test simple block which raise an exception:
        test: " fail('Explictly failed') "
        weight: -1

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
uttk-0.3.1.2 test/functional/block.yml
uttk-0.3.5.0 test/functional/block.yml
uttk-0.3.6.1 test/functional/block.yml
uttk-0.4.6.2 test/functional/block.yml
uttk-0.4.5.0 test/functional/block.yml
uttk-0.4.6.1 test/functional/block.yml