chromium/components/ui_devtools/views/window_element_unittest.cc

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

#include "components/ui_devtools/views/window_element.h"

#include <memory>

#include "components/ui_devtools/protocol.h"
#include "components/ui_devtools/ui_devtools_unittest_utils.h"
#include "ui/aura/window.h"
#include "ui/views/test/views_test_base.h"
#include "ui/wm/core/window_util.h"

namespace ui_devtools {
_;

class WindowElementTest : public views::ViewsTestBase {};

TEST_F(WindowElementTest, SettingsBoundsOnWindowCallsDelegate) {}

TEST_F(WindowElementTest, SettingsBoundsOnElementSetsOnWindow) {}

TEST_F(WindowElementTest, SettingVisibleOnElementSetsOnWindow) {}

TEST_F(WindowElementTest, GetVisible) {}

TEST_F(WindowElementTest, GetBounds) {}

TEST_F(WindowElementTest, GetAttributes) {}
}  // namespace ui_devtools