Sha256: 9cab44eeab8583f8de8d13d7278e1741350bb572609bce6d8a97b3d32cc20654

Contents?: true

Size: 1.35 KB

Versions: 5

Compression:

Stored size: 1.35 KB

Contents

---

DistDelegate strategy test suite:
  strategy: Suite
  contents:
    - delegate pass:
        strategy: Tester
        test:
          delegator:
            strategy: DistDelegate
            test:
              pass:
                strategy: Pass
    - delegate tester:
        strategy: Tester
        test:
          delegator:
            strategy: DistDelegate
            test:
              tester:
                strategy: Tester
                test:
                  pass:
                    strategy: Pass
    - delegate nested with tester:
        strategy: Tester
        test:
          delegator:
           strategy: DistDelegate
           test:
             delegated tester:
               strategy: Tester
               test:
                 delegated delegator:
                   strategy: DistDelegate
                   test:
                     pass:
                       strategy: Pass
#FIXME: this test works but there is a problem in the status computation when
#       it is run. Uncomment it to see the problem
#
#    - delegate nested without tester:
#        strategy: Tester
#        test:
#          delegator:
#            strategy: DistDelegate
#            test:
#              delegated delegator:
#                strategy: DistDelegate
#                test:
#                  pass:
#                    strategy: Pass




Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
ttk-0.1.576 test/ttk-dist/dist-delegate.yml
ttk-0.2.0 test/ttk-dist/dist-delegate.yml
ttk-0.2.1 test/ttk-dist/dist-delegate.yml
ttk-0.1.579 test/ttk-dist/dist-delegate.yml
ttk-0.1.580 test/ttk-dist/dist-delegate.yml