-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat: Native SDK unit tests support framework #219
Conversation
b'## Copyright scan failure |
b'## WARNING: A Blackduck scan failure has been waived A prior failure has been upvoted
|
template <typename RESPONSE> | ||
Firebolt::Error MockResponse(WPEFramework::Core::JSONRPC::Message &message, RESPONSE &response) | ||
{ | ||
std::cout << "Inside JSON engine MockResponse function" << std::endl; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This debug log can be removed.
// template <typename RESPONSE> | ||
void MockRequest(const WPEFramework::Core::JSONRPC::Message* message) | ||
{ | ||
std::cout << "Inside JSON engine MockRequest function" << std::endl; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This debug log can be removed.
@@ -0,0 +1,1087 @@ | |||
/* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please go through and add comments to this file to explain the functionality. I'm looking specifically for:
- Function definitions
- Explanations of major code sections
Since this PR is outdated, moved changes to #222 which is based off of latest Closing this PR |
JSON engine with validator
Temporary mock transport
Dependency updates