chromium/third_party/pdfium/core/fxcrt/span_util_unittest.cpp

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

#include "core/fxcrt/span_util.h"

#include <vector>

#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

TEST(Spancpy, FitsEntirely) {}

TEST(Spancpy, FitsWithin) {}

TEST(Spancpy, EmptyCopyWithin) {}

TEST(Spancpy, EmptyCopyToEmpty) {}

TEST(Spancpy, TryFitsEntirely) {}

TEST(Spancpy, TryDoesNotFit) {}

TEST(Spanmove, FitsWithin) {}

TEST(Spanmove, TryFitsEntirely) {}

TEST(Spanmove, TrySelfIntersect) {}

TEST(Spanmove, TryDoesNotFit) {}

TEST(SpanEquals, Empty) {}

TEST(SpanEquals, NonEmpty) {}

TEST(Span, AssignOverOnePastEnd) {}

TEST(ReinterpretSpan, Empty) {}

TEST(ReinterpretSpan, LegalConversions) {}

TEST(ReinterpretSpan, BadAlignment) {}

TEST(Spanpos, Empty) {}

TEST(Spanpos, NotEmpty) {}