From 2fdf7332925980952610454727b89c76bcdc7dc3 Mon Sep 17 00:00:00 2001 From: Niklas Hauser Date: Mon, 21 Mar 2016 14:45:28 +0000 Subject: [PATCH] Update documentation. --- "frameworks\\utest/utest/default_handlers.h" | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git "a/frameworks\\utest/utest/default_handlers.h" "b/frameworks\\utest/utest/default_handlers.h" index 3ef00ce584..76912ed02d 100644 --- "a/frameworks\\utest/utest/default_handlers.h" +++ "b/frameworks\\utest/utest/default_handlers.h" @@ -159,8 +159,7 @@ namespace v1 { /// Prints the reason of the failure and continues, unless the teardown handler failed, for which it aborts. status_t verbose_case_failure_handler (const Case *const source, const failure_t reason); - /// Prints a helpful error message and aborts. - /// This function **NEEDS** to be overridden by the user when using greentea. + /// Requests the start test case from greentea and continues. status_t greentea_test_setup_handler (const size_t number_of_cases); /// Reports the test results to greentea. void greentea_test_teardown_handler(const size_t passed, const size_t failed, const failure_t failure);