[NUI] Update TCs of NUI.Devel.
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.Tests / Tizen.NUI.Devel.Tests / testcase / internal / Xaml / TSIDictionaryExtensions.cs
1 using NUnit.Framework;
2
3 namespace Tizen.NUI.Devel.Tests
4 {
5     using tlog = Tizen.Log;
6
7     [TestFixture]
8     [Description("internal/Xaml/IDictionaryExtensions")]
9     public class InternalIDictionaryExtensionsTest
10     {
11         private const string tag = "NUITEST";
12
13         [SetUp]
14         public void Init()
15         {
16             tlog.Info(tag, "Init() is called!");
17         }
18
19         [TearDown]
20         public void Destroy()
21         {
22             tlog.Info(tag, "Destroy() is called!");
23         }
24     }
25 }