Module: TestBench::Session::Controls::Events::Detailed::Other

Defined in:
lib/test_bench/session/controls/events/detailed.rb

Class Method Summary collapse

Class Method Details

.dispositionObject



52
53
54
# File 'lib/test_bench/session/controls/events/detailed.rb', line 52

def self.disposition
  CommentDisposition.other_example
end

.exampleObject



44
45
46
# File 'lib/test_bench/session/controls/events/detailed.rb', line 44

def self.example
  Detailed.example(text:, disposition:)
end

.textObject



48
49
50
# File 'lib/test_bench/session/controls/events/detailed.rb', line 48

def self.text
  Text::Detail.other_example
end