Module: TestBench::Session::Controls::Events::FileExecuted::Other
- Defined in:
- lib/test_bench/session/controls/events/file_executed.rb
Class Method Summary collapse
Class Method Details
.example ⇒ Object
33 34 35 |
# File 'lib/test_bench/session/controls/events/file_executed.rb', line 33 def self.example FileExecuted.example(result:, file:) end |
.file ⇒ Object
41 42 43 |
# File 'lib/test_bench/session/controls/events/file_executed.rb', line 41 def self.file Path::File.other_example end |
.result ⇒ Object
37 38 39 |
# File 'lib/test_bench/session/controls/events/file_executed.rb', line 37 def self.result Result.other_example end |