X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=README;h=c92cbb28fe30e2ca30696ad58cb2683d979eed70;hb=05c063407fb2c6a1fe9f61d47f80f802e8e37fb1;hp=7b277c5e789c36ddfafb1ac52a168950a44e4c2c;hpb=df449d3e24e81b67c68b4f9751a0448796f9b2b7;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git diff --git a/README b/README index 7b277c5..c92cbb2 100644 --- a/README +++ b/README @@ -140,13 +140,21 @@ dpl-test-framework RUNNER_PERF_TEST_END End time measurement. +--Message macros--------------------------------------------------------------- +Used to print error messages during test run time. + +dpl-test-framework + test_runner.h + RUNNER_ERROR_MSG + Print error message using red color. + --Collectors------------------------------------------------------------------- Collectors are classes which collect test results. Each class does it differently. Collectors can be registered by --output parameter (see HOW TO RUN section) but there is also another collector created to write summary. -tests-common - summary_collector.h +dpl-test-framework + test_results_collector_summary.h SummaryCollector Collector writing tests summary. Call SummaryCollector::Register() to register it