Created
June 12, 2009 22:16
-
-
Save demetriusnunes/128970 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer | |
It takes a while for the scenarios to begin executing, so please be patient... | |
Source: button_steps.rb:1 | |
I click the button "([^\"]*)" | |
I click the button "([^\"]*)" no block | |
Source: checkbox_steps.rb:1 | |
I click the checkbox "([^\"]*)" | |
the checkbox "([^\"]*)" should (not )*be selected | |
Source: combobox_steps.rb:1 | |
I change the combobox "([^\"]*)" to "([^\"]*)" | |
I should have the combobox "([^\"]*)" with "([^\"]*)" | |
Source: dialog_steps.rb:1 | |
I close the dialog "([^\"]*)" | |
I should (not )*see the dialog "([^\"]*)" | |
the dialog "([^\"]*)" is the container | |
the dialog "([^\"]*)" is visible | |
Source: frame_steps.rb:1 | |
I activate the (internal )*frame "([^\"]*)" | |
I close the (internal )*frame "([^\"]*)" | |
I should (not )*see the (internal )*frame "([^\"]*)" | |
the (internal )*frame "([^\"]*)" is visible | |
the (internal )*frame "([^\"]*)" should be active | |
the frame "([^\"]*)" is the container | |
Source: list_steps.rb:1 | |
I select "([^\"]*)" in the list "([^\"]*)" | |
I should have the list "([^\"]*)" with "([^\"]*)" selected | |
Source: menu_steps.rb:1 | |
I click the menu "([^\"]*)" | |
Source: radio_button_steps.rb:1 | |
I click the radio button "([^\"]*)" | |
the radio button "([^\"]*)" should (not )*be selected | |
Source: tab_steps.rb:1 | |
I select the tab "([^\"]*)" | |
the tab "([^\"]*)" is the container | |
the tab "([^\"]*)" should be selected | |
Source: table_steps.rb:1 | |
I select all in the table | |
I should (not )*see "([^\"]*)" in the table | |
Source: textfield_steps.rb:1 | |
I fill the field "([^\"]*)" with "([^\"]*)" | |
I fill the password field "([^\"]*)" with "([^\"]*)" | |
the field "([^\"]*)" should be "([^\"]*)" | |
Source: toolbar_steps.rb:1 | |
I click the toolbar button "([^\"]*)" | |
the toolbar button "([^\"]*)" is selected | |
the toolbar button "([^\"]*)" should be selected | |
Source: tree_steps.rb:1 | |
I click the node "([^\"]*)" in the tree | |
Source: wait_steps.rb:1 | |
I wait for "([^\"]*)" second[s]? | |
34 step(s) defined in 14 source file(s). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using org.netbeans.jemmy.drivers.DefaultDriverInstaller driver installer | |
It takes a while for the scenarios to begin executing, so please be patient... | |
/^I click the button "([^\"]*)"$/ # lib/swinger/step_definitions/button_steps.rb:37 | |
When I click the button "#<button>" # test/features/button.feature:15 | |
When I click the button "OK" # test/features/dialog.feature:9 | |
When I click the button "One" # test/features/button.feature:7 | |
When I click the button "Three!" # test/features/button.feature:9 | |
When I click the button "Two" # test/features/button.feature:8 | |
/^I click the checkbox "([^\"]*)"$/ # lib/swinger/step_definitions/checkbox_steps.rb:13 | |
When I click the checkbox "#<checkbox>" # test/features/checkbox.feature:22 | |
When I click the checkbox "#<checkbox>" # test/features/checkbox.feature:24 | |
When I click the checkbox "<checkbox>" # test/features/checkbox.feature:11 | |
When I click the checkbox "<checkbox>" # test/features/checkbox.feature:13 | |
/^the checkbox "([^\"]*)" should (not )*be selected$/ # lib/swinger/step_definitions/checkbox_steps.rb:17 | |
Then the checkbox "#<checkbox>" should be selected # test/features/checkbox.feature:23 | |
Then the checkbox "#<checkbox>" should not be selected # test/features/checkbox.feature:25 | |
Then the checkbox "<checkbox>" should be selected # test/features/checkbox.feature:12 | |
Then the checkbox "<checkbox>" should not be selected # test/features/checkbox.feature:14 | |
/^I change the combobox "([^\"]*)" to "([^\"]*)"$/ # lib/swinger/step_definitions/combobox_steps.rb:25 | |
When I change the combobox "#2" to "Jon" # test/features/combobox.feature:7 | |
When I change the combobox "#3" to "Jon" # test/features/combobox.feature:9 | |
When I change the combobox "#4" to "#1" # test/features/combobox.feature:13 | |
When I change the combobox "#4" to "Jon" # test/features/combobox.feature:11 | |
/^I should have the combobox "([^\"]*)" with "([^\"]*)"$/ # lib/swinger/step_definitions/combobox_steps.rb:29 | |
Then I should have the combobox "#2" with "Jon" # test/features/combobox.feature:8 | |
Then I should have the combobox "#3" with "Jon" # test/features/combobox.feature:10 | |
Then I should have the combobox "#4" with "Brent" # test/features/combobox.feature:14 | |
Then I should have the combobox "#4" with "Jon" # test/features/combobox.feature:12 | |
/^the dialog "([^\"]*)" is the container$/ # lib/swinger/step_definitions/dialog_steps.rb:16 | |
Given the dialog "About Swing!" is the container # test/features/dialog.feature:8 | |
/^I should (not )*see the dialog "([^\"]*)"$/ # lib/swinger/step_definitions/dialog_steps.rb:20 | |
Then I should not see the dialog "About Swing!" # test/features/dialog.feature:10 | |
Then I should not see the dialog "About Swing!" # test/features/dialog.feature:15 | |
Then I should see the dialog "About Swing!" # test/features/dialog.feature:13 | |
Then I should see the dialog "About Swing!" # test/features/dialog.feature:7 | |
/^I close the dialog "([^\"]*)"$/ # lib/swinger/step_definitions/dialog_steps.rb:30 | |
When I close the dialog "About Swing!" # test/features/dialog.feature:14 | |
/^the (internal )*frame "([^\"]*)" is visible$/ # lib/swinger/step_definitions/frame_steps.rb:18 | |
And the internal frame "<frame>" is visible # test/features/frame.feature:11 | |
And the internal frame "<frame>" is visible # test/features/frame.feature:25 | |
Given the frame "SwingSet" is visible # test/features/dialog.feature:4 | |
Given the frame "SwingSet" is visible # test/features/frame.feature:4 | |
Given the frame "SwingSet" is visible # test/features/menu.feature:4 | |
/^the frame "([^\"]*)" is the container$/ # lib/swinger/step_definitions/frame_steps.rb:22 | |
And the frame "SwingSet" is the container # test/features/dialog.feature:5 | |
And the frame "SwingSet" is the container # test/features/menu.feature:5 | |
Given the frame "SwingSet" is the container # test/features/button.feature:12 | |
Given the frame "SwingSet" is the container # test/features/button.feature:4 | |
Given the frame "SwingSet" is the container # test/features/checkbox.feature:4 | |
Given the frame "SwingSet" is the container # test/features/combobox.feature:4 | |
Given the frame "SwingSet" is the container # test/features/dialog.feature:11 | |
Given the frame "SwingSet" is the container # test/features/frame.feature:23 | |
Given the frame "SwingSet" is the container # test/features/frame.feature:9 | |
Given the frame "SwingSet" is the container # test/features/list.feature:4 | |
Given the frame "SwingSet" is the container # test/features/radio_button.feature:4 | |
Given the frame "SwingSet" is the container # test/features/tab.feature:10 | |
Given the frame "SwingSet" is the container # test/features/tab.feature:4 | |
Given the frame "SwingSet" is the container # test/features/textfield.feature:11 | |
Given the frame "SwingSet" is the container # test/features/textfield.feature:4 | |
Given the frame "SwingSet" is the container # test/features/toolbar.feature:27 | |
Given the frame "SwingSet" is the container # test/features/toolbar.feature:4 | |
/^I activate the (internal )*frame "([^\"]*)"$/ # lib/swinger/step_definitions/frame_steps.rb:26 | |
When I activate the frame "SwingSet" # test/features/frame.feature:5 | |
When I activate the internal frame "<frame>" # test/features/frame.feature:12 | |
When I activate the internal frame "<frame>" # test/features/frame.feature:26 | |
/^the (internal )*frame "([^\"]*)" should be active$/ # lib/swinger/step_definitions/frame_steps.rb:31 | |
Then the frame "SwingSet" should be active # test/features/frame.feature:6 | |
Then the internal frame "<frame>" should be active # test/features/frame.feature:13 | |
/^I should (not )*see the (internal )*frame "([^\"]*)"$/ # lib/swinger/step_definitions/frame_steps.rb:37 | |
Then I should not see the internal frame "<frame>" # test/features/frame.feature:29 | |
Then I should see the internal frame "<frame>" # test/features/frame.feature:27 | |
/^I close the (internal )*frame "([^\"]*)"$/ # lib/swinger/step_definitions/frame_steps.rb:48 | |
When I close the internal frame "<frame>" # test/features/frame.feature:28 | |
/^I select "([^\"]*)" in the list "([^\"]*)"$/ # lib/swinger/step_definitions/list_steps.rb:13 | |
When I select "#2" in the list "#1" # test/features/list.feature:11 | |
When I select "TeraSystems" in the list "#1" # test/features/list.feature:7 | |
When I select "YoYoTech" in the list "#1" # test/features/list.feature:9 | |
/^I should have the list "([^\"]*)" with "([^\"]*)" selected$/ # lib/swinger/step_definitions/list_steps.rb:20 | |
Then I should have the list "#1" with "MetaDynamics" selected # test/features/list.feature:12 | |
Then I should have the list "#1" with "TeraSystems" selected # test/features/list.feature:8 | |
Then I should have the list "#1" with "YoYoTech" selected # test/features/list.feature:10 | |
/^I click the menu "([^\"]*)"$/ # lib/swinger/step_definitions/menu_steps.rb:23 | |
And I click the menu "Look & Feel" # test/features/menu.feature:7 | |
And I click the menu "Look & Feel/Java Look & Feel" # test/features/menu.feature:9 | |
And I click the menu "Look & Feel/Motif Look & Feel" # test/features/menu.feature:8 | |
And I click the menu "Options" # test/features/menu.feature:11 | |
And I click the menu "Themes" # test/features/menu.feature:10 | |
When I click the menu "File" # test/features/menu.feature:6 | |
When I click the menu "File/About" # test/features/dialog.feature:12 | |
When I click the menu "File/About" # test/features/dialog.feature:6 | |
/^I click the radio button "([^\"]*)"$/ # lib/swinger/step_definitions/radio_button_steps.rb:13 | |
When I click the radio button "#<button>" # test/features/radio_button.feature:22 | |
When I click the radio button "<button1>" # test/features/radio_button.feature:11 | |
/^the radio button "([^\"]*)" should (not )*be selected$/ # lib/swinger/step_definitions/radio_button_steps.rb:17 | |
And the radio button "<button2>" should not be selected # test/features/radio_button.feature:13 | |
And the radio button "<button3>" should not be selected # test/features/radio_button.feature:14 | |
Then the radio button "#<button>" should be selected # test/features/radio_button.feature:23 | |
Then the radio button "<button1>" should be selected # test/features/radio_button.feature:12 | |
/^the tab "([^\"]*)" is the container$/ # lib/swinger/step_definitions/tab_steps.rb:15 | |
And the tab "Button Demo" is the container # test/features/button.feature:14 | |
And the tab "Button Demo" is the container # test/features/button.feature:6 | |
And the tab "Button Demo" is the container # test/features/checkbox.feature:6 | |
And the tab "Button Demo" is the container # test/features/radio_button.feature:6 | |
And the tab "Button Demo" is the container # test/features/tab.feature:12 | |
And the tab "ComboBox Demo" is the container # test/features/combobox.feature:6 | |
And the tab "Internal Frames Demo" is the container # test/features/textfield.feature:13 | |
And the tab "Internal Frames Demo" is the container # test/features/textfield.feature:6 | |
And the tab "List Demo" is the container # test/features/list.feature:6 | |
Given the tab "Check Boxes" is the container # test/features/checkbox.feature:8 | |
Given the tab "Radio Buttons" is the container # test/features/radio_button.feature:8 | |
/^I select the tab "([^\"]*)"$/ # lib/swinger/step_definitions/tab_steps.rb:19 | |
And I select the tab "Buttons" # test/features/tab.feature:14 | |
And I select the tab "Check Boxes" # test/features/tab.feature:15 | |
When I select the tab "Check Boxes" # test/features/checkbox.feature:7 | |
When I select the tab "Radio Buttons" # test/features/radio_button.feature:7 | |
When I select the tab "Radio Buttons" # test/features/tab.feature:13 | |
When I select the tab "Source Code" # test/features/tab.feature:6 | |
/^the tab "([^\"]*)" should be selected$/ # lib/swinger/step_definitions/tab_steps.rb:23 | |
Then the tab "Source Code" should be selected # test/features/tab.feature:7 | |
/^I fill the field "([^\"]*)" with "([^\"]*)"$/ # lib/swinger/step_definitions/textfield_steps.rb:17 | |
When I fill the field "#1" with "My Frame Title 2" # test/features/textfield.feature:14 | |
When I fill the field "Frame" with "My Frame Title" # test/features/textfield.feature:7 | |
/^the field "([^\"]*)" should be "([^\"]*)"$/ # lib/swinger/step_definitions/textfield_steps.rb:25 | |
Then the field "#1" should be "My Frame Title 2" # test/features/textfield.feature:15 | |
Then the field "My Frame Title" should be "My Frame Title" # test/features/textfield.feature:8 | |
/^the toolbar button "([^\"]*)" is selected$/ # lib/swinger/step_definitions/toolbar_steps.rb:18 | |
And the toolbar button "#1" is selected # test/features/tab.feature:5 | |
And the toolbar button "#2" is selected # test/features/button.feature:13 | |
And the toolbar button "#2" is selected # test/features/button.feature:5 | |
And the toolbar button "#2" is selected # test/features/checkbox.feature:5 | |
And the toolbar button "#2" is selected # test/features/radio_button.feature:5 | |
And the toolbar button "#2" is selected # test/features/tab.feature:11 | |
And the toolbar button "JComboBox demo" is selected # test/features/combobox.feature:5 | |
And the toolbar button "JInternalFrame demo" is selected # test/features/frame.feature:10 | |
And the toolbar button "JInternalFrame demo" is selected # test/features/frame.feature:24 | |
And the toolbar button "JInternalFrame demo" is selected # test/features/textfield.feature:12 | |
And the toolbar button "JInternalFrame demo" is selected # test/features/textfield.feature:5 | |
And the toolbar button "JList demo" is selected # test/features/list.feature:5 | |
/^I click the toolbar button "([^\"]*)"$/ # lib/swinger/step_definitions/toolbar_steps.rb:22 | |
When I click the toolbar button "#<button>" # test/features/toolbar.feature:5 | |
When I click the toolbar button "JList demo" # test/features/toolbar.feature:28 | |
/^the toolbar button "([^\"]*)" should be selected$/ # lib/swinger/step_definitions/toolbar_steps.rb:26 | |
Then the toolbar button "#<button>" should be selected # test/features/toolbar.feature:6 | |
Then the toolbar button "JList demo" should be selected # test/features/toolbar.feature:29 | |
(::) UNUSED (::) | |
/^I click the button "([^\"]*)" no block$/ # lib/swinger/step_definitions/button_steps.rb:41 | |
/^the dialog "([^\"]*)" is visible$/ # lib/swinger/step_definitions/dialog_steps.rb:12 | |
/^I select all in the table$/ # lib/swinger/step_definitions/table_steps.rb:12 | |
/^I should (not )*see "([^\"]*)" in the table$/ # lib/swinger/step_definitions/table_steps.rb:16 | |
/^I fill the password field "([^\"]*)" with "([^\"]*)"$/ # lib/swinger/step_definitions/textfield_steps.rb:21 | |
/^I click the node "([^\"]*)" in the tree$/ # lib/swinger/step_definitions/tree_steps.rb:12 | |
/^I wait for "([^\"]*)" second[s]?$/ # lib/swinger/step_definitions/wait_steps.rb:1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment