Module: TestBench::Session::Controls::Title
- Defined in:
- lib/test_bench/session/controls/title.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.example ⇒ Object
5 6 7 |
# File 'lib/test_bench/session/controls/title.rb', line 5 def self.example "Some Title" end |
.other_example ⇒ Object
9 10 11 |
# File 'lib/test_bench/session/controls/title.rb', line 9 def self.other_example "Some Other Title" end |
.random ⇒ Object
13 14 15 |
# File 'lib/test_bench/session/controls/title.rb', line 13 def self.random "#{example} #{Random.string}" end |