#include <stdio.h>
#include <stdlib.h>
#include <stdexcept>
#include <gtest/gtest.h>
#include <param.h>
#include <ypparam.h>
Go to the source code of this file.
Classes | |
class | ParamLoadTest |
Functions | |
int | main (int argc, char **argv) |
bool | skipKeys (const int key) |
TEST_F (ParamLoadTest, LeftRightCommon) | |
TEST_F (ParamLoadTest, LeftRightDifferent) | |
TEST_F (ParamLoadTest, NoNewline) | |
TEST_F (ParamLoadTest, EncoderDenominatorUnsupported) | |
TEST_F (ParamLoadTest, EncoderDenominatorSupported) | |
Variables | |
Parameters | g_param |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 178 of file param_load.cpp.
bool skipKeys | ( | const int | key | ) |
Definition at line 54 of file param_load.cpp.
TEST_F | ( | ParamLoadTest | , |
LeftRightCommon | |||
) |
Definition at line 64 of file param_load.cpp.
TEST_F | ( | ParamLoadTest | , |
LeftRightDifferent | |||
) |
Definition at line 89 of file param_load.cpp.
TEST_F | ( | ParamLoadTest | , |
NoNewline | |||
) |
Definition at line 115 of file param_load.cpp.
TEST_F | ( | ParamLoadTest | , |
EncoderDenominatorUnsupported | |||
) |
Definition at line 140 of file param_load.cpp.
TEST_F | ( | ParamLoadTest | , |
EncoderDenominatorSupported | |||
) |
Definition at line 157 of file param_load.cpp.
Parameters g_param |