chromium/tools/binary_size/libsupersize/viewer/caspian/grouped_path_test.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "tools/binary_size/libsupersize/viewer/caspian/grouped_path.h"

#include <stdint.h>

#include <vector>

#include "testing/gtest/include/gtest/gtest.h"
#include "tools/binary_size/libsupersize/viewer/caspian/model.h"

namespace caspian {
namespace {

void CheckParentChain(std::vector<GroupedPath> paths, char sep) {}

}  // namespace

TEST(PathTest, TestBasic) {}

TEST(PathTest, TestEmptyGroup) {}

TEST(PathTest, TestComponent) {}

TEST(PathTest, TestGroupPaths) {}

TEST(PathTest, TestNoSplitOnAngleBracketInPath) {}

TEST(PathTest, TestNoSplitOnAngleBracketInGroup) {}

TEST(PathTest, TestIsTopLevelPath) {}

TEST(PathTest, TestComparison) {}

TEST(PathTest, TestShortname) {}

}  // namespace caspian