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