hessian2/basic_codec/ref_object_codec_unittests.cc (15 lines of code) (raw):
#include <iostream>
#include <type_traits>
#include "gtest/gtest.h"
#include "hessian2/basic_codec/ref_object_codec.hpp"
#include "hessian2/object.hpp"
namespace Hessian2 {
TEST(RefObjectCodecTest, Decode) {
{
// TODO(tianqian.zyf):
}
}
TEST(RefObjectCodecTest, encode) {
{
// TODO(tianqian.zyf):
}
}
} // namespace Hessian2