Module: GenericTest
- Defined in:
- lib/generic_test.rb,
lib/generic_test/page.rb,
lib/generic_test/version.rb
Overview
Handles testing of sites generically for common issues
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.3.1'
Class Attribute Summary collapse
-
.all_subpages ⇒ Boolean
Whether to check all subpages of initial page.
-
.browser ⇒ Object
Returns the value of attribute browser.
- .only_javascript ⇒ Boolean
-
.pages ⇒ Object
Returns the value of attribute pages.
-
.tested_links ⇒ Object
Returns the value of attribute tested_links.
Class Attribute Details
.all_subpages ⇒ Boolean
Returns Whether to check all subpages of initial page.
25 26 27 |
# File 'lib/generic_test.rb', line 25 def all_subpages @all_subpages end |
.browser ⇒ Object
Returns the value of attribute browser.
19 20 21 |
# File 'lib/generic_test.rb', line 19 def browser @browser end |
.only_javascript ⇒ Boolean
23 24 25 |
# File 'lib/generic_test.rb', line 23 def only_javascript @only_javascript end |
.pages ⇒ Object
Returns the value of attribute pages.
20 21 22 |
# File 'lib/generic_test.rb', line 20 def pages @pages end |
.tested_links ⇒ Object
Returns the value of attribute tested_links.
21 22 23 |
# File 'lib/generic_test.rb', line 21 def tested_links @tested_links end |