acs::test::reply_contains (public)

 acs::test::reply_contains [ -prefix prefix ] dict string

Defined in packages/acs-automated-testing/tcl/aa-test-procs.tcl

Convenience function for test cases to check, whether the resulting page contains the given string.

Switches:
-prefix
(optional)
prefix for logging
Parameters:
dict - request reply dict, containing at least the request body
string - string to be checked on the page

Partial Call Graph (max 5 caller/called nodes):
%3 test_webtest_example webtest_example (test acs-automated-testing) acs::test::reply_contains acs::test::reply_contains test_webtest_example->acs::test::reply_contains aa_true aa_true (public) acs::test::reply_contains->aa_true acs::test::detail_link acs::test::detail_link (private) acs::test::reply_contains->acs::test::detail_link file_storage::test::add_file_to_folder file_storage::test::add_file_to_folder (private) file_storage::test::add_file_to_folder->acs::test::reply_contains file_storage::test::create_new_folder file_storage::test::create_new_folder (private) file_storage::test::create_new_folder->acs::test::reply_contains file_storage::test::edit_folder file_storage::test::edit_folder (private) file_storage::test::edit_folder->acs::test::reply_contains forums::test::edit forums::test::edit (private) forums::test::edit->acs::test::reply_contains forums::test::new_postings forums::test::new_postings (private) forums::test::new_postings->acs::test::reply_contains

Testcases:
webtest_example
[ show source ]
Show another procedure: