Sha256: 2fae18ab4fd54128d8f3f2a6a0eff599ecf9deb491172c4d2236bd5da0c91dff

Contents?: true

Size: 637 Bytes

Versions: 3

Compression:

Stored size: 637 Bytes

Contents

---

Test the ProbabilityThreshold strategy: !S::Suite

    attributes: !S::ProbabilityThreshold
        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.3.5.0 test/functional/probability_threshold.yml
uttk-0.3.6.1 test/functional/probability_threshold.yml
uttk-0.3.1.2 test/functional/probability_threshold.yml