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