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