Sha256: 94e0256006d1f90f3ab2d54453d06bf0af6e40b886f971c3a4e790fce1482b29

Contents?: true

Size: 942 Bytes

Versions: 23

Compression:

Stored size: 942 Bytes

Contents

Feature: help command

  In order to understand how to use Trema
  As a developer using Trema
  I want to read the help message of trema command

  Scenario: List sub-commands
    When I run `trema help`
    Then the output should contain "dump_flows"
     And the output should contain "help"
     And the output should contain "kill"
     And the output should contain "killall"
     And the output should contain "netns"
     And the output should contain "reset_stats"
     And the output should contain "ruby"
     And the output should contain "run"
     And the output should contain "send_packets"
     And the output should contain "show_stats"
     And the output should contain "up"
     And the output should contain "version"

  Scenario: List global options
    When I run `trema help`
    Then the output should contain "--help"
     And the output should contain "-v, --verbose"
     And the output should contain "--version"

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
trema-0.4.6 features/trema_commands/help.feature
trema-0.4.5 features/trema_commands/help.feature
trema-0.4.4 features/trema_commands/help.feature
trema-0.4.3 features/trema_commands/help.feature
trema-0.4.2 features/trema_commands/help.feature
trema-0.4.1 features/trema_commands/help.feature
trema-0.4.0 features/trema_commands/help.feature
trema-0.3.21 features/trema_commands/help.feature
trema-0.3.20 features/trema_commands/help.feature
trema-0.3.19 features/trema_commands/help.feature
trema-0.3.18 features/trema_commands/help.feature
trema-0.3.17 features/trema_commands/help.feature
trema-0.3.16 features/trema_commands/help.feature
trema-0.3.15 features/trema_commands/help.feature
trema-0.3.14 features/trema_commands/help.feature
trema-0.3.13 features/trema_commands/help.feature
trema-0.3.12 features/trema_commands/help.feature
trema-0.3.11 features/trema_commands/help.feature
trema-0.3.10 features/trema_commands/help.feature
trema-0.3.9 features/trema_commands/help.feature