Sha256: b74ce232cf54c5757f8ee3bb3632bac2f37f0c11aa3bfe6d626135ffabc68061

Contents?: true

Size: 789 Bytes

Versions: 10

Compression:

Stored size: 789 Bytes

Contents

Feature: Hello trema sample application

  As a Trema user
  I want to write "hello trema" application
  So that I can learn how to write minimum trema application


  Scenario: Hello trema in C
    When I try trema run "./objects/examples/hello_trema/hello_trema" with following configuration:
      """
      vswitch { datapath_id "0xabc" }
      """
    Then the output should include:
      """
      Hello 0xabc from ./objects/examples/hello_trema/hello_trema!
      """


  Scenario: Hello trema in Ruby
    When I try trema run "./src/examples/hello_trema/hello_trema.rb" with following configuration:
      """
      vswitch { datapath_id "0xabc" }
      """
    Then the output should include:
      """
      Hello 0xabc from ./src/examples/hello_trema/hello_trema.rb!
      """

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
trema-0.2.5 features/tutorial.hello_trema.feature
trema-0.2.4 features/tutorial.hello_trema.feature
trema-0.2.3 features/tutorial.hello_trema.feature
trema-0.2.2.1 features/tutorial.hello_trema.feature
trema-0.2.2 features/tutorial.hello_trema.feature
trema-0.2.1 features/tutorial.hello_trema.feature
trema-0.2.0 features/tutorial.hello_trema.feature
trema-0.1.3.2 features/tutorial.hello_trema.feature
trema-0.1.3.1 features/tutorial.hello_trema.feature
trema-0.1.3 features/tutorial.hello_trema.feature