chromium/third_party/blink/renderer/core/timing/performance_mark_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 "third_party/blink/renderer/core/timing/performance_mark.h"

#include "base/json/json_reader.h"
#include "components/page_load_metrics/browser/observers/use_counter_page_load_metrics_observer.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/bindings/core/v8/script_value.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_binding_for_testing.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_performance_mark_options.h"
#include "third_party/blink/renderer/core/frame/local_dom_window.h"
#include "third_party/blink/renderer/core/performance_entry_names.h"
#include "third_party/blink/renderer/platform/bindings/exception_state.h"
#include "third_party/blink/renderer/platform/bindings/script_state.h"
#include "third_party/blink/renderer/platform/bindings/v8_binding.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
#include "third_party/blink/renderer/platform/testing/task_environment.h"
#include "third_party/blink/renderer/platform/wtf/uuid.h"

namespace blink {

class PerformanceMarkTest : public testing::Test {};

TEST_F(PerformanceMarkTest, CreateWithOptions) {}

TEST_F(PerformanceMarkTest, Construction) {}

TEST_F(PerformanceMarkTest, ConstructionWithDetail) {}

TEST_F(PerformanceMarkTest, BuildJSONValue) {}

TEST_F(PerformanceMarkTest, UserFeatureNamesHaveCorrespondingWebFeature) {}

}  // namespace blink