watir 1.6.2 → 1.6.5
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES +326 -188
- data/bin/watir-console +7 -8
- data/lib/changes.rb +3 -3
- data/lib/license.rb +38 -38
- data/lib/readme.rb +140 -140
- data/lib/watir/WindowHelper.rb +49 -49
- data/lib/watir/camel_case.rb +66 -45
- data/lib/watir/clickJSDialog.rb +19 -19
- data/lib/watir/close_all.rb +37 -37
- data/lib/watir/collections.rb +344 -312
- data/lib/watir/container.rb +815 -753
- data/lib/watir/contrib/enabled_popup.rb +20 -20
- data/lib/watir/contrib/ie-new-process.rb +27 -27
- data/lib/watir/contrib/page_checker.rb +29 -29
- data/lib/watir/cookiemanager.rb +55 -55
- data/lib/watir/core_ext.rb +18 -0
- data/lib/watir/datahandler.rb +107 -107
- data/lib/watir/dialog.rb +46 -46
- data/lib/watir/element.rb +343 -312
- data/lib/watir/element_collections.rb +97 -81
- data/lib/watir/form.rb +170 -170
- data/lib/watir/frame.rb +59 -59
- data/lib/watir/ie-class.rb +1009 -1003
- data/lib/watir/ie-process.rb +39 -39
- data/lib/watir/ie.rb +133 -132
- data/lib/watir/image.rb +130 -130
- data/lib/watir/input_elements.rb +572 -539
- data/lib/watir/irb-history.rb +30 -30
- data/lib/watir/link.rb +64 -64
- data/lib/watir/locator.rb +176 -161
- data/lib/watir/logger.rb +19 -19
- data/lib/watir/modal_dialog.rb +122 -122
- data/lib/watir/non_control_elements.rb +145 -127
- data/lib/watir/page-container.rb +107 -105
- data/lib/watir/popup.rb +29 -29
- data/lib/watir/process.rb +19 -19
- data/lib/watir/screen_capture.rb +115 -115
- data/lib/watir/setFileDialog.rb +16 -16
- data/lib/watir/table.rb +362 -362
- data/lib/watir/utils.rb +19 -19
- data/lib/watir/version.rb +5 -5
- data/lib/watir/watir_simple.rb +475 -475
- data/lib/watir/win32.rb +35 -28
- data/lib/watir/win32ole.rb +14 -6
- data/lib/watir/winClicker.rb +496 -479
- data/unittests/all_tests.rb +10 -10
- data/unittests/buttons_xpath_test.rb +69 -69
- data/unittests/checkbox_test.rb +179 -176
- data/unittests/checkbox_xpath_test.rb +107 -107
- data/unittests/core_tests.rb +17 -16
- data/unittests/css_test.rb +35 -35
- data/unittests/defer_test.rb +46 -46
- data/unittests/dialog_test.rb +77 -77
- data/unittests/div2_xpath_test.rb +21 -21
- data/unittests/div_test.rb +188 -183
- data/unittests/div_xpath_test.rb +96 -96
- data/unittests/errorchecker_test.rb +22 -22
- data/unittests/filefield_test.rb +39 -40
- data/unittests/filefield_xpath_test.rb +33 -33
- data/unittests/form_test.rb +280 -293
- data/unittests/form_xpath_test.rb +252 -253
- data/unittests/frame_test.rb +155 -157
- data/unittests/google_form_test.rb +15 -15
- data/unittests/html/JavascriptClick.html +39 -39
- data/unittests/html/blankpage.html +11 -11
- data/unittests/html/buttons1.html +40 -40
- data/unittests/html/checkboxes1.html +89 -89
- data/unittests/html/complex_table.html +36 -36
- data/unittests/html/cssTest.html +42 -42
- data/unittests/html/depot_store.html +51 -51
- data/unittests/html/div.html +93 -93
- data/unittests/html/div_xml.html +20 -20
- data/unittests/html/fileupload.html +45 -45
- data/unittests/html/formTest1.html +38 -38
- data/unittests/html/forms2.html +44 -44
- data/unittests/html/forms3.html +131 -131
- data/unittests/html/forms4.html +27 -27
- data/unittests/html/frame_buttons.html +3 -3
- data/unittests/html/frame_links.html +3 -3
- data/unittests/html/frame_multi.html +4 -4
- data/unittests/html/google_india.html +107 -107
- data/unittests/html/iframeTest.html +12 -12
- data/unittests/html/iframeTest1.html +6 -6
- data/unittests/html/iframeTest2.html +5 -5
- data/unittests/html/images1.html +66 -66
- data/unittests/html/javascriptevents.html +35 -35
- data/unittests/html/link_pass.html +10 -10
- data/unittests/html/links1.html +38 -38
- data/unittests/html/links2.html +10 -10
- data/unittests/html/links_multi.html +14 -14
- data/unittests/html/list_matters.html +720 -720
- data/unittests/html/lists.html +17 -17
- data/unittests/html/map_test.html +31 -31
- data/unittests/html/modal_dialog.html +10 -10
- data/unittests/html/modal_dialog_launcher.html +11 -11
- data/unittests/html/nestedFrames.html +6 -6
- data/unittests/html/new_browser.html +16 -16
- data/unittests/html/pass.html +12 -12
- data/unittests/html/popups1.html +59 -59
- data/unittests/html/pre.html +27 -27
- data/unittests/html/radioButtons1.html +71 -71
- data/unittests/html/select_tealeaf.html +54 -54
- data/unittests/html/selectboxes1.html +52 -55
- data/unittests/html/simple_table.html +26 -26
- data/unittests/html/simple_table_buttons.html +104 -104
- data/unittests/html/simple_table_columns.html +76 -76
- data/unittests/html/table1.html +181 -181
- data/unittests/html/tableCell_using_xpath.html +19 -19
- data/unittests/html/textarea.html +30 -30
- data/unittests/html/textfields1.html +88 -88
- data/unittests/html/textsearch.html +44 -44
- data/unittests/html/wallofcheckboxes.html +1003 -1003
- data/unittests/html/xpath_nbsp.html +12 -12
- data/unittests/ie_exists_test.rb +33 -33
- data/unittests/ie_mock.rb +94 -94
- data/unittests/ie_test.rb +51 -50
- data/unittests/images_test.rb +157 -157
- data/unittests/images_xpath_test.rb +91 -91
- data/unittests/links_multi_test.rb +48 -48
- data/unittests/links_test.rb +175 -177
- data/unittests/links_xpath_test.rb +39 -39
- data/unittests/map_test.rb +98 -98
- data/unittests/minmax_test.rb +31 -31
- data/unittests/navigate_test.rb +39 -39
- data/unittests/nbsp_xpath_test.rb +16 -16
- data/unittests/non_core_tests.rb +12 -12
- data/unittests/other/WindowLogonExample.rb +27 -27
- data/unittests/other/WindowLogonExtra.rb +6 -6
- data/unittests/other/all_tests_concurrent.rb +57 -57
- data/unittests/{windows → other}/jscriptExtraAlert.rb +6 -6
- data/unittests/{windows → other}/jscriptExtraConfirmCancel.rb +6 -6
- data/unittests/{windows → other}/jscriptExtraConfirmOk.rb +6 -6
- data/unittests/{windows → other}/jscriptPushButton.rb +6 -6
- data/unittests/{windows → other}/jscript_test.rb +63 -63
- data/unittests/other/navigate_exception_test.rb +24 -24
- data/unittests/other/rexml_unit_test.rb +27 -24
- data/unittests/other/screen_capture_test.rb +54 -54
- data/unittests/other/testcase_method_order_test.rb +35 -35
- data/unittests/other/testcase_verify_test.rb +24 -24
- data/unittests/other/wait_until_test.rb +99 -99
- data/unittests/pagecontainstext_test.rb +69 -69
- data/unittests/parent_child_test.rb +43 -43
- data/unittests/perf_test.rb +20 -20
- data/unittests/popups_test.rb +43 -43
- data/unittests/pre_test.rb +53 -53
- data/unittests/radios_test.rb +212 -212
- data/unittests/radios_xpath_test.rb +101 -101
- data/unittests/security_setting_test.rb +23 -23
- data/unittests/selectbox_test.rb +148 -139
- data/unittests/selectbox_xpath_test.rb +113 -113
- data/unittests/setup.rb +77 -75
- data/unittests/speed_settings_test.rb +67 -65
- data/unittests/table_cell_using_xpath_test.rb +35 -35
- data/unittests/table_test.rb +376 -362
- data/unittests/table_xpath_test.rb +110 -110
- data/unittests/test_tests.rb +9 -9
- data/unittests/textarea_test.rb +92 -92
- data/unittests/textarea_xpath_test.rb +78 -78
- data/unittests/textfield_for_ch_char_test.rb +31 -29
- data/unittests/textfields_test.rb +218 -218
- data/unittests/textfields_xpath_test.rb +111 -111
- data/unittests/window_tests.rb +10 -7
- data/unittests/windows/attach_to_existing_window_test.rb +53 -52
- data/unittests/windows/attach_to_new_window_test.rb +83 -82
- data/unittests/windows/close_window_test.rb +20 -20
- data/unittests/windows/frame_links_test.rb +25 -25
- data/unittests/windows/ie-each_test.rb +47 -47
- data/unittests/windows/iedialog_test.rb +54 -54
- data/unittests/windows/js_events_test.rb +55 -55
- data/unittests/windows/modal_dialog_test.rb +128 -126
- data/unittests/windows/new_test.rb +57 -55
- data/unittests/windows/open_close_test.rb +18 -18
- data/unittests/windows/send_keys_test.rb +33 -32
- data/unittests/xpath_tests.rb +10 -10
- metadata +20 -20
- data/lib/watir/contrib/visible.rb +0 -47
- data/unittests/iostring.rb +0 -30
- data/unittests/iostring_test.rb +0 -48
@@ -1,44 +1,44 @@
|
|
1
|
-
# feature tests for relative navigation/specification
|
2
|
-
|
3
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
4
|
-
require 'unittests/setup'
|
5
|
-
|
6
|
-
class TC_Relative < Test::Unit::TestCase
|
7
|
-
|
8
|
-
def setup
|
9
|
-
goto_page "depot_store.html"
|
10
|
-
@headline = browser.h3(:text, 'Pragmatic Version Control')
|
11
|
-
end
|
12
|
-
|
13
|
-
tag_method :test_parent, :fails_on_firefox
|
14
|
-
def test_parent
|
15
|
-
catalog_entry = @headline.parent
|
16
|
-
link = catalog_entry.link(:class, 'addtocart')
|
17
|
-
assert_equal 'http://localhost:3000/store/add_to_cart/12', link.href
|
18
|
-
assert_nothing_raised{link.click}
|
19
|
-
end
|
20
|
-
|
21
|
-
tag_method :test_parent_page_container, :fails_on_firefox
|
22
|
-
def test_parent_page_container
|
23
|
-
catalog_entry = @headline.parent
|
24
|
-
assert_not_nil catalog_entry.page_container
|
25
|
-
end
|
26
|
-
|
27
|
-
tag_method :test_before_and_after, :fails_on_firefox
|
28
|
-
def test_before_and_after
|
29
|
-
link = browser.link(:class => 'addtocart', :index => 2)
|
30
|
-
assert_equal 'http://localhost:3000/store/add_to_cart/12', link.href
|
31
|
-
assert(link.after?(@headline))
|
32
|
-
assert(@headline.before?(link))
|
33
|
-
assert !(link.before? @headline)
|
34
|
-
assert !(@headline.after? link)
|
35
|
-
assert !(link.after? link)
|
36
|
-
end
|
37
|
-
|
38
|
-
tag_method :test_find_after, :fails_on_firefox
|
39
|
-
def test_find_after
|
40
|
-
link = browser.link(:class => 'addtocart', :after? => @headline)
|
41
|
-
assert_equal 'http://localhost:3000/store/add_to_cart/12', link.href
|
42
|
-
end
|
43
|
-
|
1
|
+
# feature tests for relative navigation/specification
|
2
|
+
|
3
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
4
|
+
require 'unittests/setup'
|
5
|
+
|
6
|
+
class TC_Relative < Test::Unit::TestCase
|
7
|
+
|
8
|
+
def setup
|
9
|
+
goto_page "depot_store.html"
|
10
|
+
@headline = browser.h3(:text, 'Pragmatic Version Control')
|
11
|
+
end
|
12
|
+
|
13
|
+
tag_method :test_parent, :fails_on_firefox
|
14
|
+
def test_parent
|
15
|
+
catalog_entry = @headline.parent
|
16
|
+
link = catalog_entry.link(:class, 'addtocart')
|
17
|
+
assert_equal 'http://localhost:3000/store/add_to_cart/12', link.href
|
18
|
+
assert_nothing_raised{link.click}
|
19
|
+
end
|
20
|
+
|
21
|
+
tag_method :test_parent_page_container, :fails_on_firefox
|
22
|
+
def test_parent_page_container
|
23
|
+
catalog_entry = @headline.parent
|
24
|
+
assert_not_nil catalog_entry.page_container
|
25
|
+
end
|
26
|
+
|
27
|
+
tag_method :test_before_and_after, :fails_on_firefox
|
28
|
+
def test_before_and_after
|
29
|
+
link = browser.link(:class => 'addtocart', :index => 2)
|
30
|
+
assert_equal 'http://localhost:3000/store/add_to_cart/12', link.href
|
31
|
+
assert(link.after?(@headline))
|
32
|
+
assert(@headline.before?(link))
|
33
|
+
assert !(link.before? @headline)
|
34
|
+
assert !(@headline.after? link)
|
35
|
+
assert !(link.after? link)
|
36
|
+
end
|
37
|
+
|
38
|
+
tag_method :test_find_after, :fails_on_firefox
|
39
|
+
def test_find_after
|
40
|
+
link = browser.link(:class => 'addtocart', :after? => @headline)
|
41
|
+
assert_equal 'http://localhost:3000/store/add_to_cart/12', link.href
|
42
|
+
end
|
43
|
+
|
44
44
|
end
|
data/unittests/perf_test.rb
CHANGED
@@ -1,20 +1,20 @@
|
|
1
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
2
|
-
require 'unittests/setup'
|
3
|
-
|
4
|
-
class TC_Performance < Test::Unit::TestCase
|
5
|
-
def setup
|
6
|
-
uses_page 'wallofcheckboxes.html'
|
7
|
-
end
|
8
|
-
|
9
|
-
# http://jira.openqa.org/browse/WTR-216
|
10
|
-
# This should take about a quarter of a second. When the bug showed up (because the
|
11
|
-
# fast_locate method was broken), it took nearly 10 seconds.
|
12
|
-
def test_access_checkbox
|
13
|
-
start_time = Time.now
|
14
|
-
browser.checkbox(:name, 'custom_monetary_value10:config.admin.required999').set
|
15
|
-
elapsed_time = Time.now - start_time
|
16
|
-
assert(elapsed_time < 1.5,
|
17
|
-
"Elapsed time is #{elapsed_time}, should be less than 1.5 seconds.")
|
18
|
-
end
|
19
|
-
|
20
|
-
end
|
1
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
2
|
+
require 'unittests/setup'
|
3
|
+
|
4
|
+
class TC_Performance < Test::Unit::TestCase
|
5
|
+
def setup
|
6
|
+
uses_page 'wallofcheckboxes.html'
|
7
|
+
end
|
8
|
+
|
9
|
+
# http://jira.openqa.org/browse/WTR-216
|
10
|
+
# This should take about a quarter of a second. When the bug showed up (because the
|
11
|
+
# fast_locate method was broken), it took nearly 10 seconds.
|
12
|
+
def test_access_checkbox
|
13
|
+
start_time = Time.now
|
14
|
+
browser.checkbox(:name, 'custom_monetary_value10:config.admin.required999').set
|
15
|
+
elapsed_time = Time.now - start_time
|
16
|
+
assert(elapsed_time < 1.5,
|
17
|
+
"Elapsed time is #{elapsed_time}, should be less than 1.5 seconds.")
|
18
|
+
end
|
19
|
+
|
20
|
+
end
|
data/unittests/popups_test.rb
CHANGED
@@ -1,43 +1,43 @@
|
|
1
|
-
# revision: $Revision
|
2
|
-
|
3
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
4
|
-
require 'unittests/setup'
|
5
|
-
|
6
|
-
class TC_PopUps < Test::Unit::TestCase
|
7
|
-
tags :must_be_visible, :creates_windows, :unreliable
|
8
|
-
|
9
|
-
def setup
|
10
|
-
browser.goto("file://#{$myDir}/html/popups1.html")
|
11
|
-
end
|
12
|
-
|
13
|
-
def startClicker( button , waitTime = 0.5)
|
14
|
-
w = WinClicker.new
|
15
|
-
longName = browser.dir.gsub("/" , "\\" )
|
16
|
-
shortName = w.getShortFileName(longName)
|
17
|
-
c = "start rubyw #{shortName }\\watir\\clickJSDialog.rb #{button } #{ waitTime} "
|
18
|
-
puts "Starting #{c}"
|
19
|
-
w.winsystem(c )
|
20
|
-
w = nil
|
21
|
-
end
|
22
|
-
|
23
|
-
def test_simple
|
24
|
-
startClicker("OK")
|
25
|
-
browser.button("Alert").click
|
26
|
-
end
|
27
|
-
|
28
|
-
def test_confirm
|
29
|
-
startClicker("OK")
|
30
|
-
browser.button("Confirm").click
|
31
|
-
assert( browser.text_field(:name , "confirmtext").verify_contains("OK") )
|
32
|
-
|
33
|
-
startClicker("Cancel")
|
34
|
-
browser.button("Confirm").click
|
35
|
-
assert( browser.text_field(:name , "confirmtext").verify_contains("Cancel") )
|
36
|
-
end
|
37
|
-
|
38
|
-
def xtest_Prompt
|
39
|
-
startClicker("OK")
|
40
|
-
browser.button("Prompt").click
|
41
|
-
end
|
42
|
-
end
|
43
|
-
|
1
|
+
# revision: $Revision$
|
2
|
+
|
3
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
4
|
+
require 'unittests/setup'
|
5
|
+
|
6
|
+
class TC_PopUps < Test::Unit::TestCase
|
7
|
+
tags :must_be_visible, :creates_windows, :unreliable
|
8
|
+
|
9
|
+
def setup
|
10
|
+
browser.goto("file://#{$myDir}/html/popups1.html")
|
11
|
+
end
|
12
|
+
|
13
|
+
def startClicker( button , waitTime = 0.5)
|
14
|
+
w = WinClicker.new
|
15
|
+
longName = browser.dir.gsub("/" , "\\" )
|
16
|
+
shortName = w.getShortFileName(longName)
|
17
|
+
c = "start rubyw #{shortName }\\watir\\clickJSDialog.rb #{button } #{ waitTime} "
|
18
|
+
puts "Starting #{c}"
|
19
|
+
w.winsystem(c )
|
20
|
+
w = nil
|
21
|
+
end
|
22
|
+
|
23
|
+
def test_simple
|
24
|
+
startClicker("OK")
|
25
|
+
browser.button("Alert").click
|
26
|
+
end
|
27
|
+
|
28
|
+
def test_confirm
|
29
|
+
startClicker("OK")
|
30
|
+
browser.button("Confirm").click
|
31
|
+
assert( browser.text_field(:name , "confirmtext").verify_contains("OK") )
|
32
|
+
|
33
|
+
startClicker("Cancel")
|
34
|
+
browser.button("Confirm").click
|
35
|
+
assert( browser.text_field(:name , "confirmtext").verify_contains("Cancel") )
|
36
|
+
end
|
37
|
+
|
38
|
+
def xtest_Prompt
|
39
|
+
startClicker("OK")
|
40
|
+
browser.button("Prompt").click
|
41
|
+
end
|
42
|
+
end
|
43
|
+
|
data/unittests/pre_test.rb
CHANGED
@@ -1,53 +1,53 @@
|
|
1
|
-
# feature tests for Pre
|
2
|
-
# revision: $Revision
|
3
|
-
|
4
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
5
|
-
require 'unittests/setup'
|
6
|
-
|
7
|
-
class TC_Pre < Test::Unit::TestCase
|
8
|
-
|
9
|
-
def setup
|
10
|
-
goto_page "pre.html"
|
11
|
-
end
|
12
|
-
|
13
|
-
def test_Pre_Count
|
14
|
-
assert( browser.pres.length == 3 )
|
15
|
-
end
|
16
|
-
|
17
|
-
def test_Pre_Exists
|
18
|
-
assert_false( browser.pre( :index, 33 ).exists? )
|
19
|
-
assert( browser.pre( :index, 3 ).exists? )
|
20
|
-
|
21
|
-
assert( browser.pre( :id, '1' ).exists? )
|
22
|
-
assert( browser.pre( :id, /[3-9]/ ).exists? )
|
23
|
-
assert_false( browser.pre( :id, /missing_pre/ ).exists? )
|
24
|
-
assert_false( browser.pre( :id, 'missingPre' ).exists? )
|
25
|
-
|
26
|
-
assert( browser.pre( :name, '3' ).exists? )
|
27
|
-
assert_false( browser.pre( :name, "name_missing" ).exists? )
|
28
|
-
end
|
29
|
-
|
30
|
-
def test_simple_access
|
31
|
-
pre = browser.pre( :index, 1 )
|
32
|
-
assert( pre.text.include?( "simple pre space" ) )
|
33
|
-
assert_false( pre.text.include?( "A second block" ) )
|
34
|
-
|
35
|
-
pre = browser.pre( :index, 2 )
|
36
|
-
assert( pre.text.include?( "A second block" ) )
|
37
|
-
assert_false( pre.text.include?( "this is the last block" ) )
|
38
|
-
end
|
39
|
-
|
40
|
-
tag_method :test_embedded_spaces, :fails_on_firefox # http://jira.openqa.org/browse/WTR-267
|
41
|
-
def test_embedded_spaces
|
42
|
-
pre = browser.pre( :index, 3 )
|
43
|
-
assert( pre.text.include?( "continue to work" ) )
|
44
|
-
assert_false( pre.text.include?( "Pre Tag Test" ) )
|
45
|
-
end
|
46
|
-
|
47
|
-
tag_method :test_html, :fails_on_firefox # http://jira.openqa.org/browse/WTR-260
|
48
|
-
def test_html
|
49
|
-
pre = browser.pre(:index, 1)
|
50
|
-
assert( pre.html.include?( "id=1 name=\"1\"" ) )
|
51
|
-
end
|
52
|
-
|
53
|
-
end
|
1
|
+
# feature tests for Pre
|
2
|
+
# revision: $Revision$
|
3
|
+
|
4
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
5
|
+
require 'unittests/setup'
|
6
|
+
|
7
|
+
class TC_Pre < Test::Unit::TestCase
|
8
|
+
|
9
|
+
def setup
|
10
|
+
goto_page "pre.html"
|
11
|
+
end
|
12
|
+
|
13
|
+
def test_Pre_Count
|
14
|
+
assert( browser.pres.length == 3 )
|
15
|
+
end
|
16
|
+
|
17
|
+
def test_Pre_Exists
|
18
|
+
assert_false( browser.pre( :index, 33 ).exists? )
|
19
|
+
assert( browser.pre( :index, 3 ).exists? )
|
20
|
+
|
21
|
+
assert( browser.pre( :id, '1' ).exists? )
|
22
|
+
assert( browser.pre( :id, /[3-9]/ ).exists? )
|
23
|
+
assert_false( browser.pre( :id, /missing_pre/ ).exists? )
|
24
|
+
assert_false( browser.pre( :id, 'missingPre' ).exists? )
|
25
|
+
|
26
|
+
assert( browser.pre( :name, '3' ).exists? )
|
27
|
+
assert_false( browser.pre( :name, "name_missing" ).exists? )
|
28
|
+
end
|
29
|
+
|
30
|
+
def test_simple_access
|
31
|
+
pre = browser.pre( :index, 1 )
|
32
|
+
assert( pre.text.include?( "simple pre space" ) )
|
33
|
+
assert_false( pre.text.include?( "A second block" ) )
|
34
|
+
|
35
|
+
pre = browser.pre( :index, 2 )
|
36
|
+
assert( pre.text.include?( "A second block" ) )
|
37
|
+
assert_false( pre.text.include?( "this is the last block" ) )
|
38
|
+
end
|
39
|
+
|
40
|
+
tag_method :test_embedded_spaces, :fails_on_firefox # http://jira.openqa.org/browse/WTR-267
|
41
|
+
def test_embedded_spaces
|
42
|
+
pre = browser.pre( :index, 3 )
|
43
|
+
assert( pre.text.include?( "continue to work" ) )
|
44
|
+
assert_false( pre.text.include?( "Pre Tag Test" ) )
|
45
|
+
end
|
46
|
+
|
47
|
+
tag_method :test_html, :fails_on_firefox # http://jira.openqa.org/browse/WTR-260
|
48
|
+
def test_html
|
49
|
+
pre = browser.pre(:index, 1)
|
50
|
+
assert( pre.html.include?( "id=1 name=\"1\"" ) )
|
51
|
+
end
|
52
|
+
|
53
|
+
end
|
data/unittests/radios_test.rb
CHANGED
@@ -1,212 +1,212 @@
|
|
1
|
-
# feature tests for Radio Buttons
|
2
|
-
# revision: $Revision
|
3
|
-
|
4
|
-
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
5
|
-
require 'unittests/setup'
|
6
|
-
|
7
|
-
class TC_Radios < Test::Unit::TestCase
|
8
|
-
include Watir::Exception
|
9
|
-
|
10
|
-
def setup
|
11
|
-
goto_page "radioButtons1.html"
|
12
|
-
end
|
13
|
-
|
14
|
-
def test_Radio_Exists
|
15
|
-
assert(browser.radio(:name, "box1").exists?)
|
16
|
-
assert(browser.radio(:id, "box5").exists?)
|
17
|
-
|
18
|
-
assert_false(browser.radio(:name, "missingname").exists?)
|
19
|
-
assert_false(browser.radio(:id, "missingid").exists?)
|
20
|
-
end
|
21
|
-
|
22
|
-
def test_radio_class
|
23
|
-
assert_raises(UnknownObjectException) { browser.radio(:name, "noName").class_name }
|
24
|
-
assert_equal("radio_style", browser.radio(:name, "box1").class_name)
|
25
|
-
assert_equal("", browser.radio(:id, "box5").class_name)
|
26
|
-
end
|
27
|
-
|
28
|
-
def test_Radio_Enabled
|
29
|
-
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:name, "noName").enabled? }
|
30
|
-
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:id, "noName").enabled? }
|
31
|
-
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:name, "box4" , 6).enabled? }
|
32
|
-
|
33
|
-
assert_false(browser.radio(:name, "box2").enabled?)
|
34
|
-
assert(browser.radio(:id, "box5").enabled?)
|
35
|
-
assert(browser.radio(:name, "box1").enabled?)
|
36
|
-
end
|
37
|
-
|
38
|
-
def test_little
|
39
|
-
assert_false(browser.button(:value, "foo").enabled?)
|
40
|
-
end
|
41
|
-
|
42
|
-
def test_onClick
|
43
|
-
|
44
|
-
assert_false(browser.radio(:name, "box5").isSet?)
|
45
|
-
assert_false(browser.button(:value , "foo").enabled?)
|
46
|
-
|
47
|
-
# first click the button is enabled and the radio is set
|
48
|
-
browser.radio(:name, "box5", 1).set
|
49
|
-
assert(browser.radio(:name, "box5",1).isSet?)
|
50
|
-
assert(browser.radio(:name, "box5",1).checked?)
|
51
|
-
assert(browser.button(:value, "foo").enabled?)
|
52
|
-
|
53
|
-
# second click the button is disabled and the radio is still set
|
54
|
-
browser.radio(:name, "box5", 1).set
|
55
|
-
assert(browser.radio(:name, "box5",1).isSet?)
|
56
|
-
assert(browser.radio(:name, "box5",1).checked?)
|
57
|
-
assert_false(browser.button(:value, "foo").enabled?)
|
58
|
-
|
59
|
-
# third click the button is enabled and the radio is still set
|
60
|
-
browser.radio(:name, "box5", 1).set
|
61
|
-
assert(browser.radio(:name, "box5", 1).isSet?)
|
62
|
-
assert(browser.radio(:name, "box5", 1).checked?)
|
63
|
-
assert(browser.button(:value, "foo").enabled?)
|
64
|
-
|
65
|
-
# click the radio with a value of 2 , button is disabled and the radio is still set
|
66
|
-
browser.radio(:name, "box5", 2).set
|
67
|
-
assert_false(browser.radio(:name, "box5", 1).isSet?)
|
68
|
-
assert_false(browser.radio(:name, "box5", 1).checked?)
|
69
|
-
assert(browser.radio(:name, "box5", 2).isSet?)
|
70
|
-
assert(browser.radio(:name, "box5", 2).checked?)
|
71
|
-
assert_false(browser.button(:value, "foo").enabled?)
|
72
|
-
end
|
73
|
-
|
74
|
-
def test_Radio_isSet
|
75
|
-
assert_raises(UnknownObjectException) { browser.radio(:name, "noName").isSet? }
|
76
|
-
|
77
|
-
assert_false(browser.radio(:name, "box1").isSet?)
|
78
|
-
assert( browser.radio(:name, "box3").isSet?)
|
79
|
-
assert_false(browser.radio(:name, "box2").isSet?)
|
80
|
-
assert( browser.radio(:name, "box4", 1).isSet?)
|
81
|
-
assert_false(browser.radio(:name, "box4", 2).isSet?)
|
82
|
-
|
83
|
-
assert_false(browser.radio(:name, "box1").checked?)
|
84
|
-
assert( browser.radio(:name, "box3").checked?)
|
85
|
-
assert_false(browser.radio(:name, "box2").checked?)
|
86
|
-
assert( browser.radio(:name, "box4", 1).checked?)
|
87
|
-
assert_false(browser.radio(:name, "box4", 2).checked?)
|
88
|
-
end
|
89
|
-
|
90
|
-
def test_radio_clear
|
91
|
-
assert_raises(UnknownObjectException) { browser.radio(:name, "noName").clear }
|
92
|
-
|
93
|
-
browser.radio(:name, "box1").clear
|
94
|
-
assert_false(browser.radio(:name, "box1").isSet?)
|
95
|
-
|
96
|
-
assert_raises(ObjectDisabledException, "ObjectDisabledException was supposed to be thrown" ) { browser.radio(:name, "box2").clear }
|
97
|
-
assert_false(browser.radio(:name, "box2").isSet?)
|
98
|
-
|
99
|
-
browser.radio(:name, "box3").clear
|
100
|
-
assert_false(browser.radio(:name, "box3").isSet?)
|
101
|
-
|
102
|
-
browser.radio(:name, "box4" , 1).clear
|
103
|
-
assert_false(browser.radio(:name, "box4" , 1).isSet?)
|
104
|
-
end
|
105
|
-
|
106
|
-
def test_radio_getState
|
107
|
-
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:name, "noName").getState }
|
108
|
-
|
109
|
-
assert_equal( false , browser.radio(:name, "box1").getState )
|
110
|
-
assert_equal( true , browser.radio(:name, "box3").getState)
|
111
|
-
|
112
|
-
# radioes that have the same name but different values
|
113
|
-
assert_equal( false , browser.radio(:name, "box4" , 2).getState )
|
114
|
-
assert_equal( true , browser.radio(:name, "box4" , 1).getState)
|
115
|
-
end
|
116
|
-
|
117
|
-
def test_radio_set
|
118
|
-
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:name, "noName").set }
|
119
|
-
browser.radio(:name, "box1").set
|
120
|
-
assert(browser.radio(:name, "box1").isSet?)
|
121
|
-
|
122
|
-
assert_raises(ObjectDisabledException, "ObjectDisabledException was supposed to be thrown" ) { browser.radio(:name, "box2").set }
|
123
|
-
|
124
|
-
browser.radio(:name, "box3").set
|
125
|
-
assert(browser.radio(:name, "box3").isSet?)
|
126
|
-
|
127
|
-
# radioes that have the same name but different values
|
128
|
-
browser.radio(:name, "box4" , 3).set
|
129
|
-
assert(browser.radio(:name, "box4" , 3).isSet?)
|
130
|
-
end
|
131
|
-
|
132
|
-
def test_radio_properties
|
133
|
-
|
134
|
-
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:index, 199).value}
|
135
|
-
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:index, 199).name }
|
136
|
-
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:index, 199).id }
|
137
|
-
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:index, 199).disabled }
|
138
|
-
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:index, 199).type }
|
139
|
-
|
140
|
-
assert_equal("on" , browser.radio(:index, 1).value)
|
141
|
-
assert_equal("box1" , browser.radio(:index, 1).name )
|
142
|
-
assert_equal("" , browser.radio(:index, 1).id )
|
143
|
-
assert_equal("radio", browser.radio(:index, 1).type )
|
144
|
-
|
145
|
-
assert_equal( false, browser.radio(:index, 1).disabled )
|
146
|
-
assert_equal( true, browser.radio(:index, 3).disabled )
|
147
|
-
|
148
|
-
assert_equal("box5" , browser.radio(:index, 2).id )
|
149
|
-
assert_equal("" , browser.radio(:index, 2).name )
|
150
|
-
|
151
|
-
assert_equal("box4-value5", browser.radio(:name , "box4" , 5 ).title )
|
152
|
-
assert_equal("", browser.radio(:name , "box4" , 4 ).title )
|
153
|
-
end
|
154
|
-
|
155
|
-
def test_radio_iterators
|
156
|
-
assert_equal(13, browser.radios.length)
|
157
|
-
assert_equal("box5" , browser.radios[2].id )
|
158
|
-
assert_equal(true , browser.radios[3].disabled )
|
159
|
-
assert_equal(false , browser.radios[1].disabled )
|
160
|
-
|
161
|
-
index = 1
|
162
|
-
browser.radios.each do |r|
|
163
|
-
assert_equal( browser.radio(:index, index).name , r.name )
|
164
|
-
assert_equal( browser.radio(:index, index).id , r.id )
|
165
|
-
assert_equal( browser.radio(:index, index).value, r.value)
|
166
|
-
assert_equal( browser.radio(:index, index).disabled , r.disabled )
|
167
|
-
index+=1
|
168
|
-
end
|
169
|
-
assert_equal(index -1, browser.radios.length)
|
170
|
-
end
|
171
|
-
|
172
|
-
# test radio buttons that have a string as a value
|
173
|
-
def test_value_string
|
174
|
-
tea = browser.radio(:name, 'box6', 'Tea')
|
175
|
-
milk = browser.radio(:name, 'box6', 'Milk')
|
176
|
-
|
177
|
-
assert(tea.exists?)
|
178
|
-
assert(milk.exists?)
|
179
|
-
|
180
|
-
milk.set
|
181
|
-
assert(milk.isSet?)
|
182
|
-
assert_false(tea.isSet?)
|
183
|
-
|
184
|
-
tea.set
|
185
|
-
assert_false(milk.isSet?)
|
186
|
-
assert(tea.isSet?)
|
187
|
-
|
188
|
-
tea.clear
|
189
|
-
assert_false(tea.isSet?)
|
190
|
-
end
|
191
|
-
|
192
|
-
def test_value_specified
|
193
|
-
tea = browser.radio(:name => 'box6', :value => 'Tea')
|
194
|
-
milk = browser.radio(:name => 'box6', :value => 'Milk')
|
195
|
-
|
196
|
-
assert(tea.exists?)
|
197
|
-
assert(milk.exists?)
|
198
|
-
|
199
|
-
milk.set
|
200
|
-
assert(milk.isSet?)
|
201
|
-
assert_false(tea.isSet?)
|
202
|
-
|
203
|
-
tea.set
|
204
|
-
assert_false(milk.isSet?)
|
205
|
-
assert(tea.isSet?)
|
206
|
-
|
207
|
-
tea.clear
|
208
|
-
assert_false(tea.isSet?)
|
209
|
-
end
|
210
|
-
|
211
|
-
end
|
212
|
-
|
1
|
+
# feature tests for Radio Buttons
|
2
|
+
# revision: $Revision$
|
3
|
+
|
4
|
+
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), '..') unless $SETUP_LOADED
|
5
|
+
require 'unittests/setup'
|
6
|
+
|
7
|
+
class TC_Radios < Test::Unit::TestCase
|
8
|
+
include Watir::Exception
|
9
|
+
|
10
|
+
def setup
|
11
|
+
goto_page "radioButtons1.html"
|
12
|
+
end
|
13
|
+
|
14
|
+
def test_Radio_Exists
|
15
|
+
assert(browser.radio(:name, "box1").exists?)
|
16
|
+
assert(browser.radio(:id, "box5").exists?)
|
17
|
+
|
18
|
+
assert_false(browser.radio(:name, "missingname").exists?)
|
19
|
+
assert_false(browser.radio(:id, "missingid").exists?)
|
20
|
+
end
|
21
|
+
|
22
|
+
def test_radio_class
|
23
|
+
assert_raises(UnknownObjectException) { browser.radio(:name, "noName").class_name }
|
24
|
+
assert_equal("radio_style", browser.radio(:name, "box1").class_name)
|
25
|
+
assert_equal("", browser.radio(:id, "box5").class_name)
|
26
|
+
end
|
27
|
+
|
28
|
+
def test_Radio_Enabled
|
29
|
+
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:name, "noName").enabled? }
|
30
|
+
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:id, "noName").enabled? }
|
31
|
+
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:name, "box4" , 6).enabled? }
|
32
|
+
|
33
|
+
assert_false(browser.radio(:name, "box2").enabled?)
|
34
|
+
assert(browser.radio(:id, "box5").enabled?)
|
35
|
+
assert(browser.radio(:name, "box1").enabled?)
|
36
|
+
end
|
37
|
+
|
38
|
+
def test_little
|
39
|
+
assert_false(browser.button(:value, "foo").enabled?)
|
40
|
+
end
|
41
|
+
|
42
|
+
def test_onClick
|
43
|
+
|
44
|
+
assert_false(browser.radio(:name, "box5").isSet?)
|
45
|
+
assert_false(browser.button(:value , "foo").enabled?)
|
46
|
+
|
47
|
+
# first click the button is enabled and the radio is set
|
48
|
+
browser.radio(:name, "box5", 1).set
|
49
|
+
assert(browser.radio(:name, "box5",1).isSet?)
|
50
|
+
assert(browser.radio(:name, "box5",1).checked?)
|
51
|
+
assert(browser.button(:value, "foo").enabled?)
|
52
|
+
|
53
|
+
# second click the button is disabled and the radio is still set
|
54
|
+
browser.radio(:name, "box5", 1).set
|
55
|
+
assert(browser.radio(:name, "box5",1).isSet?)
|
56
|
+
assert(browser.radio(:name, "box5",1).checked?)
|
57
|
+
assert_false(browser.button(:value, "foo").enabled?)
|
58
|
+
|
59
|
+
# third click the button is enabled and the radio is still set
|
60
|
+
browser.radio(:name, "box5", 1).set
|
61
|
+
assert(browser.radio(:name, "box5", 1).isSet?)
|
62
|
+
assert(browser.radio(:name, "box5", 1).checked?)
|
63
|
+
assert(browser.button(:value, "foo").enabled?)
|
64
|
+
|
65
|
+
# click the radio with a value of 2 , button is disabled and the radio is still set
|
66
|
+
browser.radio(:name, "box5", 2).set
|
67
|
+
assert_false(browser.radio(:name, "box5", 1).isSet?)
|
68
|
+
assert_false(browser.radio(:name, "box5", 1).checked?)
|
69
|
+
assert(browser.radio(:name, "box5", 2).isSet?)
|
70
|
+
assert(browser.radio(:name, "box5", 2).checked?)
|
71
|
+
assert_false(browser.button(:value, "foo").enabled?)
|
72
|
+
end
|
73
|
+
|
74
|
+
def test_Radio_isSet
|
75
|
+
assert_raises(UnknownObjectException) { browser.radio(:name, "noName").isSet? }
|
76
|
+
|
77
|
+
assert_false(browser.radio(:name, "box1").isSet?)
|
78
|
+
assert( browser.radio(:name, "box3").isSet?)
|
79
|
+
assert_false(browser.radio(:name, "box2").isSet?)
|
80
|
+
assert( browser.radio(:name, "box4", 1).isSet?)
|
81
|
+
assert_false(browser.radio(:name, "box4", 2).isSet?)
|
82
|
+
|
83
|
+
assert_false(browser.radio(:name, "box1").checked?)
|
84
|
+
assert( browser.radio(:name, "box3").checked?)
|
85
|
+
assert_false(browser.radio(:name, "box2").checked?)
|
86
|
+
assert( browser.radio(:name, "box4", 1).checked?)
|
87
|
+
assert_false(browser.radio(:name, "box4", 2).checked?)
|
88
|
+
end
|
89
|
+
|
90
|
+
def test_radio_clear
|
91
|
+
assert_raises(UnknownObjectException) { browser.radio(:name, "noName").clear }
|
92
|
+
|
93
|
+
browser.radio(:name, "box1").clear
|
94
|
+
assert_false(browser.radio(:name, "box1").isSet?)
|
95
|
+
|
96
|
+
assert_raises(ObjectDisabledException, "ObjectDisabledException was supposed to be thrown" ) { browser.radio(:name, "box2").clear }
|
97
|
+
assert_false(browser.radio(:name, "box2").isSet?)
|
98
|
+
|
99
|
+
browser.radio(:name, "box3").clear
|
100
|
+
assert_false(browser.radio(:name, "box3").isSet?)
|
101
|
+
|
102
|
+
browser.radio(:name, "box4" , 1).clear
|
103
|
+
assert_false(browser.radio(:name, "box4" , 1).isSet?)
|
104
|
+
end
|
105
|
+
|
106
|
+
def test_radio_getState
|
107
|
+
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:name, "noName").getState }
|
108
|
+
|
109
|
+
assert_equal( false , browser.radio(:name, "box1").getState )
|
110
|
+
assert_equal( true , browser.radio(:name, "box3").getState)
|
111
|
+
|
112
|
+
# radioes that have the same name but different values
|
113
|
+
assert_equal( false , browser.radio(:name, "box4" , 2).getState )
|
114
|
+
assert_equal( true , browser.radio(:name, "box4" , 1).getState)
|
115
|
+
end
|
116
|
+
|
117
|
+
def test_radio_set
|
118
|
+
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:name, "noName").set }
|
119
|
+
browser.radio(:name, "box1").set
|
120
|
+
assert(browser.radio(:name, "box1").isSet?)
|
121
|
+
|
122
|
+
assert_raises(ObjectDisabledException, "ObjectDisabledException was supposed to be thrown" ) { browser.radio(:name, "box2").set }
|
123
|
+
|
124
|
+
browser.radio(:name, "box3").set
|
125
|
+
assert(browser.radio(:name, "box3").isSet?)
|
126
|
+
|
127
|
+
# radioes that have the same name but different values
|
128
|
+
browser.radio(:name, "box4" , 3).set
|
129
|
+
assert(browser.radio(:name, "box4" , 3).isSet?)
|
130
|
+
end
|
131
|
+
|
132
|
+
def test_radio_properties
|
133
|
+
|
134
|
+
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:index, 199).value}
|
135
|
+
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:index, 199).name }
|
136
|
+
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:index, 199).id }
|
137
|
+
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:index, 199).disabled }
|
138
|
+
assert_raises(UnknownObjectException, "UnknownObjectException was supposed to be thrown" ) { browser.radio(:index, 199).type }
|
139
|
+
|
140
|
+
assert_equal("on" , browser.radio(:index, 1).value)
|
141
|
+
assert_equal("box1" , browser.radio(:index, 1).name )
|
142
|
+
assert_equal("" , browser.radio(:index, 1).id )
|
143
|
+
assert_equal("radio", browser.radio(:index, 1).type )
|
144
|
+
|
145
|
+
assert_equal( false, browser.radio(:index, 1).disabled )
|
146
|
+
assert_equal( true, browser.radio(:index, 3).disabled )
|
147
|
+
|
148
|
+
assert_equal("box5" , browser.radio(:index, 2).id )
|
149
|
+
assert_equal("" , browser.radio(:index, 2).name )
|
150
|
+
|
151
|
+
assert_equal("box4-value5", browser.radio(:name , "box4" , 5 ).title )
|
152
|
+
assert_equal("", browser.radio(:name , "box4" , 4 ).title )
|
153
|
+
end
|
154
|
+
|
155
|
+
def test_radio_iterators
|
156
|
+
assert_equal(13, browser.radios.length)
|
157
|
+
assert_equal("box5" , browser.radios[2].id )
|
158
|
+
assert_equal(true , browser.radios[3].disabled )
|
159
|
+
assert_equal(false , browser.radios[1].disabled )
|
160
|
+
|
161
|
+
index = 1
|
162
|
+
browser.radios.each do |r|
|
163
|
+
assert_equal( browser.radio(:index, index).name , r.name )
|
164
|
+
assert_equal( browser.radio(:index, index).id , r.id )
|
165
|
+
assert_equal( browser.radio(:index, index).value, r.value)
|
166
|
+
assert_equal( browser.radio(:index, index).disabled , r.disabled )
|
167
|
+
index+=1
|
168
|
+
end
|
169
|
+
assert_equal(index -1, browser.radios.length)
|
170
|
+
end
|
171
|
+
|
172
|
+
# test radio buttons that have a string as a value
|
173
|
+
def test_value_string
|
174
|
+
tea = browser.radio(:name, 'box6', 'Tea')
|
175
|
+
milk = browser.radio(:name, 'box6', 'Milk')
|
176
|
+
|
177
|
+
assert(tea.exists?)
|
178
|
+
assert(milk.exists?)
|
179
|
+
|
180
|
+
milk.set
|
181
|
+
assert(milk.isSet?)
|
182
|
+
assert_false(tea.isSet?)
|
183
|
+
|
184
|
+
tea.set
|
185
|
+
assert_false(milk.isSet?)
|
186
|
+
assert(tea.isSet?)
|
187
|
+
|
188
|
+
tea.clear
|
189
|
+
assert_false(tea.isSet?)
|
190
|
+
end
|
191
|
+
|
192
|
+
def test_value_specified
|
193
|
+
tea = browser.radio(:name => 'box6', :value => 'Tea')
|
194
|
+
milk = browser.radio(:name => 'box6', :value => 'Milk')
|
195
|
+
|
196
|
+
assert(tea.exists?)
|
197
|
+
assert(milk.exists?)
|
198
|
+
|
199
|
+
milk.set
|
200
|
+
assert(milk.isSet?)
|
201
|
+
assert_false(tea.isSet?)
|
202
|
+
|
203
|
+
tea.set
|
204
|
+
assert_false(milk.isSet?)
|
205
|
+
assert(tea.isSet?)
|
206
|
+
|
207
|
+
tea.clear
|
208
|
+
assert_false(tea.isSet?)
|
209
|
+
end
|
210
|
+
|
211
|
+
end
|
212
|
+
|