The interface is inherited from testing::Test. Registry on Initialize. More...
#include <LinkedUnorderedMap_test.h>
Protected Member Functions | |
| void | SetUp () override |
| Testing class initialize function. | |
| void | TearDown () override |
| Testing class TearDown function. | |
Protected Attributes | |
| scl::linked_unordered_map< std::string, std::string > | c0 |
| scl::linked_unordered_map< int, std::string > | c1 |
| scl::linked_unordered_map< float, std::string > | c2 |
The interface is inherited from testing::Test. Registry on Initialize.
Definition at line 18 of file LinkedUnorderedMap_test.h.