Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
a4e35f06
Commit
a4e35f06
authored
Mar 16, 2016
by
Tomek Mrugalski
🛰
Browse files
[4313] Added parameter descriptions in two context unit-tests functions.
parent
3db8f0d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/eval/tests/context_unittest.cc
View file @
a4e35f06
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment