Protected Member Functions | |
Attribute () | |
virtual void | SetUp () |
virtual void | TearDown () |
Protected Attributes | |
std::unique_ptr< Services > | Server |
std::shared_ptr < AttributeServices > | Service |
Definition at line 21 of file computer_attribute.cpp.
Attribute::Attribute | ( | ) | [inline, protected] |
Definition at line 24 of file computer_attribute.cpp.
virtual void Attribute::SetUp | ( | ) | [inline, protected, virtual] |
Reimplemented from testing::Test.
Definition at line 28 of file computer_attribute.cpp.
virtual void Attribute::TearDown | ( | ) | [inline, protected, virtual] |
Reimplemented from testing::Test.
Definition at line 48 of file computer_attribute.cpp.
std::unique_ptr<Services> Attribute::Server [protected] |
Definition at line 59 of file computer_attribute.cpp.
std::shared_ptr<AttributeServices> Attribute::Service [protected] |
Definition at line 60 of file computer_attribute.cpp.