llvm/lldb/unittests/Utility/StructuredDataTest.cpp

//===-- StructuredDataTest.cpp --------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#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) {}