]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4313] Added parameter descriptions in two context unit-tests functions.
authorTomek Mrugalski <tomasz@isc.org>
Wed, 16 Mar 2016 13:21:49 +0000 (14:21 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 16 Mar 2016 13:21:49 +0000 (14:21 +0100)
src/lib/eval/tests/context_unittest.cc

index ccce81434d5395d8ddbcdb2c4849cda19debfd55..30261fad5a41df4c7bc0abb233067125437e1148 100644 (file)
@@ -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) {