Sha256: e2e37f6ae4e8e3a39abd5ed66bfa8f1599393dec7cfdca2bf32b1177e5848869

Contents?: true

Size: 680 Bytes

Versions: 27

Compression:

Stored size: 680 Bytes

Contents

Feature: Step comparison

  Step comparison using `==` is done based on 'significant' properties. Keywords, being completely interchangeable, do not affect step equality.


  Scenario: Comparison of steps
    Given a model for the following step:
      """
      Given a step
      """
    And a model for the following step:
      """
      When a step
      """
    And a model for the following step:
      """
      Then a step
      """
    When the models are compared
    Then all of them are equivalent
    But none of the models are equivalent with a model for the following step:
      """
      And a step
        | plus this table |
      """

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
cuke_modeler-3.4.0 testing/cucumber/features/analysis/step_comparison.feature
cuke_modeler-3.3.0 testing/cucumber/features/analysis/step_comparison.feature
cuke_modeler-3.2.0 testing/cucumber/features/analysis/step_comparison.feature
cuke_modeler-3.1.0 testing/cucumber/features/analysis/step_comparison.feature
cuke_modeler-3.0.0 testing/cucumber/features/analysis/step_comparison.feature
cuke_modeler-2.1.0 testing/cucumber/features/analysis/step_comparison.feature
cuke_modeler-2.0.0 testing/cucumber/features/analysis/step_comparison.feature