2015-07-03 22:16:51 -07:00
|
|
|
#include "Value.h"
|
|
|
|
|
|
|
|
|
|
#include "gtest/gtest.h"
|
|
|
|
|
|
|
|
|
|
namespace ntimpl {
|
|
|
|
|
|
|
|
|
|
class StringValueTest : public ::testing::Test {
|
|
|
|
|
public:
|
2015-07-03 22:17:56 -07:00
|
|
|
static NT_String& ToNT(StringValue& v) { return v; }
|
2015-07-03 22:16:51 -07:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
} // namespace ntimpl
|