Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-watchdog
/
be9bec13989dc7224c49dc2078a545aa18a24e74
/
.
/
test
/
argument_test.hpp
blob: 9e8c565febddd37084166fef2c782a27719de07c [
file
] [
log
] [
blame
]
#pragma
once
#include
<string>
#include
<gtest/gtest.h>
namespace
phosphor
{
namespace
watchdog
{
class
ArgumentTest
:
public
testing
::
Test
{
protected
:
void
SetUp
()
override
;
std
::
string
arg0
;
};
}
// namespace watchdog
}
// namespace phosphor