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