#include "gtest/gtest.h"
#include "TestingSupport/TestUtilities.h"
#include "lldb/Utility/Status.h"
#include "lldb/Utility/StreamString.h"
#include "lldb/Utility/StructuredData.h"
#include "llvm/Support/Path.h"
usingnamespacelldb;
usingnamespacelldb_private;
TEST(StructuredDataTest, StringDump) { … }
TEST(StructuredDataTest, GetDescriptionEmpty) { … }
TEST(StructuredDataTest, GetDescriptionBasic) { … }
TEST(StructuredDataTest, GetDescriptionNested) { … }
TEST(StructuredDataTest, GetDescriptionFull) { … }
TEST(StructuredDataTest, ParseJSONFromFile) { … }