chromium/ui/views/controls/button/image_button_unittest.cc

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

#include "ui/views/controls/button/image_button.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/gfx/image/image_unittest_util.h"
#include "ui/views/border.h"
#include "ui/views/style/platform_style.h"
#include "ui/views/test/views_test_base.h"

namespace {

class Parent : public views::View {};

}  // namespace

namespace views {

ImageButtonTest;

TEST_F(ImageButtonTest, FocusBehavior) {}

TEST_F(ImageButtonTest, Basics) {}

TEST_F(ImageButtonTest, SetAndGetImage) {}

TEST_F(ImageButtonTest, ImagePositionWithBorder) {}

TEST_F(ImageButtonTest, LeftAlignedMirrored) {}

TEST_F(ImageButtonTest, RightAlignedMirrored) {}

TEST_F(ImageButtonTest, PreferredSizeInvalidation) {}

}  // namespace views