blob: 9e8c565febddd37084166fef2c782a27719de07c [file] [log] [blame]
William A. Kennington IIIe335ed92018-01-23 22:13:44 -08001#pragma once
2
3#include <string>
4
5#include <gtest/gtest.h>
6
7namespace phosphor
8{
9namespace watchdog
10{
11
12class ArgumentTest : public testing::Test
13{
14 protected:
15 void SetUp() override;
16
17 std::string arg0;
18};
19
20} // namespace watchdog
21} // namespace phosphor