chromium/third_party/inspector_protocol/crdtp/find_by_first_test.cc

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

#include <string>

#include "find_by_first.h"
#include "test_platform.h"

namespace crdtp {
// =============================================================================
// FindByFirst - Efficient retrieval from a sorted vector.
// =============================================================================
TEST(FindByFirst, SpanBySpan) {}

namespace {
class TestObject {};
}  // namespace

TEST(FindByFirst, ObjectBySpan) {}
}  // namespace crdtp