fix security_manager_06_install_app_offline
[platform/core/test/security-tests.git] / README
diff --git a/README b/README
index 9caea47..87a2bed 100644 (file)
--- a/README
+++ b/README
@@ -114,6 +114,10 @@ tests-common
 --Assert macros----------------------------------------------------------------
 Used within test registering macros.
 
+First failed assertion throws test failed exception. If another assertions
+fail, information about fail conditions and backtrace is cumulated and
+presented together with already thrown exception message.
+
 dpl-test-framework
   test_runner.h
     RUNNER_ASSERT_MSG
@@ -153,8 +157,8 @@ Collectors are classes which collect test results. Each class does it differentl
 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