// Copyright (c) 2025 EFramework Innovation. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. using NUnit.Framework; using EFramework.Unity.UIPlugin; using UnityEngine; using UnityEngine.UI; /// /// TestUIButtonScale 是 UIButtonScale 的单元测试。 /// public class TestUIButtonScale { [Test] public void OnPointerDown() { // 创建测试对象 var obj = new GameObject("TestButtonScale"); obj.AddComponent