#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include <lex_common_test/parameter_reader_mock.h>
#include <lex_common_test/test_logger.h>
#include <lex_common/lex_param_helper.h>
#include <aws/core/config/AWSProfileConfigLoader.h>
#include <aws/core/Aws.h>
#include <aws/core/utils/logging/LogMacros.h>
#include <aws/core/utils/logging/AWSLogging.h>
#include <aws/core/utils/logging/LogLevel.h>
#include <string>
#include <memory>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (ParameterTest, LoadLexParamsUserIdFail) | |
TEST (ParameterTest, LoadLexParamsBotNameFail) | |
TEST (ParameterTest, LoadLexParamsBotAliasFail) | |
TEST (ParameterTest, LoadLexParamsSuccess) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 93 of file lex_param_test.cpp.
TEST | ( | ParameterTest | , |
LoadLexParamsUserIdFail | |||
) |
Definition at line 40 of file lex_param_test.cpp.
TEST | ( | ParameterTest | , |
LoadLexParamsBotNameFail | |||
) |
Definition at line 48 of file lex_param_test.cpp.
TEST | ( | ParameterTest | , |
LoadLexParamsBotAliasFail | |||
) |
Definition at line 56 of file lex_param_test.cpp.
TEST | ( | ParameterTest | , |
LoadLexParamsSuccess | |||
) |
Test all params are read successfully from the lex param loader.
Definition at line 67 of file lex_param_test.cpp.