Sha256: 0830ad8242ee4fef2ccb43d0b782c983c8ffd7f77763380b657ab30e7c83e3e0

Contents?: true

Size: 615 Bytes

Versions: 3

Compression:

Stored size: 615 Bytes

Contents

---

Test the Threshold strategy: !S::Suite

    attributes: !S::Threshold
        test:
            Simple test (0.625): !S::Fail
                value: 0.625

    contents:

        - bad too high:
            threshold: 1.1
            weight: -1

        - bad too low:
            threshold: -0.1
            weight: -1

        - strict threshold:
            threshold: 1
            weight: -1

        - easy threshold:
            threshold: 0

        - exact:
            threshold: 0.625

        - too high:
            threshold: 0.9
            weight: -1

        - low:
            threshold: 0.5

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
uttk-0.4.6.2 test/functional/threshold.yml
uttk-0.4.5.0 test/functional/threshold.yml
uttk-0.4.6.1 test/functional/threshold.yml