From a28d1842df6dec331bb4bfd8b7715c8e8302ee36 Mon Sep 17 00:00:00 2001 From: zhangpeihang <948869991@qq.com> Date: Tue, 22 Mar 2022 14:05:13 +0800 Subject: [PATCH 1/2] =?UTF-8?q?test:=20=E6=B7=BB=E5=8A=A0=20Textarea=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=8D=95=E5=85=83=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/UnitTest/Components/TextareaTest.cs | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test/UnitTest/Components/TextareaTest.cs diff --git a/test/UnitTest/Components/TextareaTest.cs b/test/UnitTest/Components/TextareaTest.cs new file mode 100644 index 000000000..d13ad4a7b --- /dev/null +++ b/test/UnitTest/Components/TextareaTest.cs @@ -0,0 +1,23 @@ +// Copyright (c) Argo Zhang (argo@163.com). All rights reserved. +// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// Website: https://www.blazor.zone or https://argozhang.github.io/ + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace UnitTest.Components; + +public class TextareaTest : BootstrapBlazorTestBase +{ + [Fact] + public void IsShowLabel_OK() + { + var cut = Context.RenderComponent