X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fframework%2Finclude%2Fdpl%2Ftest%2Ftest_results_collector_html.h;h=8efe6d2a8c58c072423026b9e6c0e49979c2e0ef;hb=61dcae22f2c6c15bface68bce9f50134876d2ccd;hp=90d635e3b35389258d5fb89e1d8ca96a429d071e;hpb=7019d2b04887994ff0f87ab8020cc367ffe1994a;p=platform%2Fcore%2Ftest%2Fsecurity-tests.git diff --git a/src/framework/include/dpl/test/test_results_collector_html.h b/src/framework/include/dpl/test/test_results_collector_html.h index 90d635e..8efe6d2 100644 --- a/src/framework/include/dpl/test/test_results_collector_html.h +++ b/src/framework/include/dpl/test/test_results_collector_html.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2014-2015 Samsung Electronics Co., Ltd All Rights Reserved * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -49,19 +49,11 @@ private: virtual void CollectResult(const std::string& id, const FailStatus status = FailStatus::NONE, const std::string& reason = "", - const bool& isPerformanceTest = false, - const std::chrono::system_clock::duration& performanceTime - = std::chrono::microseconds::zero(), - const std::chrono::system_clock::duration& performanceMaxTime - = std::chrono::microseconds::zero()); + const ConstPerformanceResultPtr &performanceResult = nullptr); virtual void Finish(); - void PrintfErrorMessage(const char* type, - const std::string& message, - bool verbosity); - void PrintfIgnoredMessage(const char* type, - const std::string& message, - bool verbosity); + void PrintfErrorMessage(const char* type, const std::string& message); + void PrintfIgnoredMessage(const char* type, const std::string& message); void PrintStats(const std::string& name, const Statistic& stats); std::string m_filename; @@ -69,6 +61,7 @@ private: Statistic m_stats; std::string m_currentGroup; std::map m_groupsStats; + bool m_verbosity; }; } // namespace Test