| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
Steps definitions that will be deprecated in the next releases.
| Copyright: | 2013 David Monllaó |
| License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
| File Size: | 313 lines (14 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 1 file lib/behat/behat_base.php |
behat_deprecated:: (25 methods):
i_click_on_in_the_table_row()
i_go_to_notifications_page()
i_add_file_from_recent_files_to_filepicker()
i_upload_file_to_filepicker()
i_create_folder_in_filepicker()
i_open_folder_from_filepicker()
i_unzip_file_from_filepicker()
i_zip_folder_from_filepicker()
i_delete_file_from_filepicker()
i_send_message_to_user()
i_add_user_to_cohort()
i_add_user_to_group()
fill_field()
select_option()
select_radio()
check_option()
uncheck_option()
the_field_should_match_value()
assert_checkbox_checked()
assert_checkbox_not_checked()
i_fill_the_moodle_form_with()
should_exists()
should_not_exists()
the_following_exists()
deprecated_message()
Class: behat_deprecated - X-Ref
Deprecated behat step definitions.| i_click_on_in_the_table_row($element, $selectortype, $tablerowtext) X-Ref |
| i_go_to_notifications_page() X-Ref |
| i_add_file_from_recent_files_to_filepicker($filename, $filepickerelement) X-Ref |
| i_upload_file_to_filepicker($filepath, $filepickerelement) X-Ref |
| i_create_folder_in_filepicker($foldername, $filepickerelement) X-Ref |
| i_open_folder_from_filepicker($foldername, $filepickerelement) X-Ref |
| i_unzip_file_from_filepicker($filename, $filepickerelement) X-Ref |
| i_zip_folder_from_filepicker($foldername, $filepickerelement) X-Ref |
| i_delete_file_from_filepicker($name, $filepickerelement) X-Ref |
| i_send_message_to_user($messagecontent, $tousername) X-Ref |
| i_add_user_to_cohort($username, $cohortidnumber) X-Ref |
| i_add_user_to_group($username, $groupname) X-Ref |
| fill_field($field, $value) X-Ref |
| select_option($option, $select) X-Ref |
| select_radio($radio) X-Ref |
| check_option($option) X-Ref |
| uncheck_option($option) X-Ref |
| the_field_should_match_value($locator, $value) X-Ref |
| assert_checkbox_checked($checkbox) X-Ref |
| assert_checkbox_not_checked($checkbox) X-Ref |
| i_fill_the_moodle_form_with(TableNode $data) X-Ref |
| should_exists($element, $selectortype) X-Ref |
| should_not_exists($element, $selectortype) X-Ref |
| the_following_exists($elementname, TableNode $data) X-Ref |
| deprecated_message($alternatives, $throwexception = false) X-Ref |
| Throws an exception if $CFG->behat_usedeprecated is not allowed. param: string|array $alternatives Alternative/s to the requested step param: bool $throwexception If set to true we always throw exception, irrespective of behat_usedeprecated setting. return: void |
| Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |