Module: TestBench::Session::Controls::Events::Commented::Other
- Defined in:
- lib/test_bench/session/controls/events/commented.rb
Class Method Summary collapse
Class Method Details
.disposition ⇒ Object
46 47 48 |
# File 'lib/test_bench/session/controls/events/commented.rb', line 46 def self.disposition CommentDisposition.other_example end |
.example ⇒ Object
38 39 40 |
# File 'lib/test_bench/session/controls/events/commented.rb', line 38 def self.example Commented.example(text:, disposition:) end |
.text ⇒ Object
42 43 44 |
# File 'lib/test_bench/session/controls/events/commented.rb', line 42 def self.text Text::Comment.other_example end |