Module: TestBench::Session::Controls::Events::Detailed::Other
- Defined in:
- lib/test_bench/session/controls/events/detailed.rb
Class Method Summary collapse
Class Method Details
.disposition ⇒ Object
52 53 54 |
# File 'lib/test_bench/session/controls/events/detailed.rb', line 52 def self.disposition CommentDisposition.other_example end |
.example ⇒ Object
44 45 46 |
# File 'lib/test_bench/session/controls/events/detailed.rb', line 44 def self.example Detailed.example(text:, disposition:) end |
.text ⇒ Object
48 49 50 |
# File 'lib/test_bench/session/controls/events/detailed.rb', line 48 def self.text Text::Detail.other_example end |