MCPcopy Create free account
hub / github.com/cpputest/cpputest / MockNamedValue

Method MockNamedValue

src/CppUTestExt/MockNamedValue.cpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46MockNamedValue::MockNamedValue(const SimpleString& name) : name_(name), type_("int"), size_(0), comparator_(NULLPTR), copier_(NULLPTR)
47{
48 value_.intValue_ = 0;
49}
50
51MockNamedValue::~MockNamedValue()
52{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected