Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-watchdog
/
d4cbc5aad28f32c90e18d0fdd5ff8d1150fbd663
/
.
/
test
/
argument_test.hpp
blob: 46e8762d20fabfae1e7ad0ff5cf8491294ce95ca [
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