From: Tomek Mrugalski Date: Wed, 16 Mar 2016 13:21:49 +0000 (+0100) Subject: [4313] Added parameter descriptions in two context unit-tests functions. X-Git-Tag: trac4248_base~14^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4e35f06ff7e1a31fc20b157dcc23390d078739b;p=thirdparty%2Fkea.git [4313] Added parameter descriptions in two context unit-tests functions. --- diff --git a/src/lib/eval/tests/context_unittest.cc b/src/lib/eval/tests/context_unittest.cc index ccce81434d..30261fad5a 100644 --- a/src/lib/eval/tests/context_unittest.cc +++ b/src/lib/eval/tests/context_unittest.cc @@ -73,6 +73,9 @@ public: /// @brief checks if the given token is an option with the expected code /// and representation type + /// @param token token to be checked + /// @param expected_code expected option code + /// @param expected_repr expected representation (text, hex, exist) void checkTokenOption(const TokenPtr& token, uint16_t expected_code, TokenOption::RepresentationType expected_repr) { @@ -87,6 +90,9 @@ public: /// @brief check if the given token is relay4 with the expected code /// and representation type + /// @param token token to be checked + /// @param expected_code expected option code + /// @param expected_repr expected representation (text, hex, exist) void checkTokenRelay4(const TokenPtr& token, uint16_t expected_code, TokenOption::RepresentationType expected_repr) {