Module: TestBench::Session::Controls::Events::Commented::Other

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

Class Method Summary collapse

Class Method Details

.dispositionObject



46
47
48
# File 'lib/test_bench/session/controls/events/commented.rb', line 46

def self.disposition
  CommentDisposition.other_example
end

.exampleObject



38
39
40
# File 'lib/test_bench/session/controls/events/commented.rb', line 38

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

.textObject



42
43
44
# File 'lib/test_bench/session/controls/events/commented.rb', line 42

def self.text
  Text::Comment.other_example
end