Procedures

ProcedureLocationProcedure TypeDescription
add_failnaturalfruitInterface

Print message to screen on assert failure and add to count.

Read more…
add_successnaturalfruitSubroutine

Print message to screen on assert success and add to count.

assert_equalnaturalfruitInterface

Test that var1 and var2 are equal.

Read more…
assert_falsenaturalfruitSubroutine

Test that var1 is false.

assert_identicalnaturalfruitSubroutine

Compare two files and return true if identical

assert_not_equalnaturalfruitInterface

Test that var1 and var2 are not equal.

Read more…
assert_not_identicalnaturalfruitSubroutine

Compare two files and return true if not identical

assert_truenaturalfruitSubroutine

Test that var1 is true.

case_failed_xmlnaturalfruitSubroutine

Write to XML file a passed case.

case_passed_xmlnaturalfruitSubroutine

Write to XML file a passed case.

end_override_stdoutnaturalfruitSubroutine

Revert override of stdout to default. Terminal by default.

end_override_xml_worknaturalfruitSubroutine

Revert override of XML file unit number to default. 21 by default.

failed_assert_actionnaturalfruitSubroutine

Print message to screen and take necessary actions for assert failure.

fruit_hide_dotsnaturalfruitSubroutine

Hide dots signifying test success on screen. Visible by default.

fruit_if_case_failednaturalfruitFunction

Return TRUE if any assert in current case has failed.

fruit_show_dotsnaturalfruitSubroutine

Show dots signifying test success on screen. Visible by default.

get_assert_and_case_countnaturalfruitSubroutine

Get statistics of cases and asserts.

get_case_namenaturalfruitSubroutine

Get name of case to value.

get_failed_countnaturalfruitSubroutine

Get number of assert failures.

get_last_messagenaturalfruitFunction

Return last message.

get_message_arraynaturalfruitSubroutine

Get failed asssertion messages to msgs.

get_message_indexnaturalfruitSubroutine

Get number of failed assertion messages.

get_messagesnaturalfruitSubroutine

Get failed asssertion messages to msgs.

get_prefixnaturalfruitSubroutine

Get a common prefix for classname. Null by default.

get_total_countnaturalfruitSubroutine

Get total number of asserts.

get_xml_filename_worknaturalfruitSubroutine

Get filename of XML file. result.xml by default.

is_all_successfulnaturalfruitSubroutine

Return true to result if any assert has failed till now.

is_case_passednaturalfruitFunction

Return true if all asserts are successful in case.

is_last_passednaturalfruitFunction

Return true if last assert is successful in case.

override_stdoutnaturalfruitSubroutine

Override stdout to a user-specified file. Terminal by default.

override_xml_worknaturalfruitSubroutine

Override XML file unit number to a user-specified number. 21 by default.

restore_test_suitenaturalfruitSubroutine

Restore results of test case for use.

set_case_namenaturalfruitSubroutine

Set name of case to value.

set_prefixnaturalfruitSubroutine

Set a common prefix for classname. Null by default.

set_xml_filename_worknaturalfruitSubroutine

Set filename of XML file. result.xml by default.

stash_test_suitenaturalfruitSubroutine

Stash results of test case for later use.

testcase_finalizenaturalfruitSubroutine

Finalize a testcase

Read more…
testcase_initializenaturalfruitSubroutine

Initialize a testcase.

Read more…
testsuite_finalizenaturalfruitSubroutine

Finalize FRUIT driver environment

Read more…
testsuite_initializenaturalfruitSubroutine

Initialize FRUIT driver environment.

testsuite_initialize_xmlnaturalfruitSubroutine

Initialize FRUIT driver environment for output to XML file

testsuite_summarynaturalfruitSubroutine

Summarize FRUIT test results to screen.

testsuite_summary_tablenaturalfruitSubroutine

Print statistics of cases and asserts in default format.

testsuite_summary_xmlnaturalfruitSubroutine

Summarize FRUIT test results in XML format to result.xml file.