aa_true (public)

 aa_true affirm_name affirm_expr

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

Tests that affirm_expr is true.

Call this function within a testcase, stub or component.

Parameters:
affirm_name
affirm_expr
Returns:
True if the affirmation passed, false otherwise.
Author:
Peter Harper
Created:
24 July 2001

Partial Call Graph (max 5 caller/called nodes):
%3 test_aa__coverage_proc_coverage aa__coverage_proc_coverage (test acs-automated-testing) aa_true aa_true test_aa__coverage_proc_coverage->aa_true test_aa__coverage_proc_proc_list_covered aa__coverage_proc_proc_list_covered (test acs-automated-testing) test_aa__coverage_proc_proc_list_covered->aa_true test_webtest_example webtest_example (test acs-automated-testing) test_webtest_example->aa_true aa_indent aa_indent (private) aa_true->aa_indent aa_log_result aa_log_result (public) aa_true->aa_log_result acs::test::find_link acs::test::find_link (public) acs::test::find_link->aa_true acs::test::reply_contains acs::test::reply_contains (public) acs::test::reply_contains->aa_true acs::test::reply_has_status_code acs::test::reply_has_status_code (public) acs::test::reply_has_status_code->aa_true acs::test::xpath::equals acs::test::xpath::equals (public) acs::test::xpath::equals->aa_true acs::test::xpath::non_empty acs::test::xpath::non_empty (public) acs::test::xpath::non_empty->aa_true

Testcases:
webtest_example, aa__coverage_proc_coverage, aa__coverage_proc_proc_list_covered
[ show source ]
Show another procedure: