summaryrefslogtreecommitdiffstats
path: root/test/argument_test.hpp
blob: 46e8762d20fabfae1e7ad0ff5cf8491294ce95ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#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
OpenPOWER on IntegriCloud