#include "stdafx.h" #include "gtest/gtest.h" #include "gmock/gmock.h" #include "../TBufferList.h" using namespace chcore; TEST(TBufferListTests, DefaultTest) { TBufferList bufferList; }