[NUI] Update TCs of NUI.Devel.
[platform/core/csapi/tizenfx.git] / test / Tizen.NUI.Tests / Tizen.NUI.Devel.Tests / testcase / internal / Common / TSViewWrapperImpl.cs
index 58ef749..2a06a54 100755 (executable)
@@ -48,60 +48,6 @@ namespace Tizen.NUI.Devel.Tests
             tlog.Debug(tag, $"ViewWrapperImplConstructor END (OK)");
         }
 
-        //[Test]
-        //[Category("P1")]
-        //[Description("ViewWrapperImpl New.")]
-        //[Property("SPEC", "Tizen.NUI.ViewWrapperImpl.New M")]
-        //[Property("SPEC_URL", "-")]
-        //[Property("CRITERIA", "MR")]
-        //[Property("COVPARAM", "")]
-        //[Property("AUTHOR", "guowei.wang@samsung.com")]
-        //public void ViewWrapperImplNew()
-        //{
-        //    tlog.Debug(tag, $"ViewWrapperImplNew START");
-
-        //    using (ViewWrapperImpl impl = new ViewWrapperImpl(CustomViewBehaviour.ViewBehaviourDefault))
-        //    {
-        //        var testingTarget = ViewWrapperImpl.New("CustomView", impl);
-        //        Assert.IsNotNull(testingTarget, "should be not null");
-        //        Assert.IsInstanceOf<ViewWrapper>(testingTarget, "should be an instance of testing target class!");
-
-        //        testingTarget.Dispose();
-        //    }
-
-        //    tlog.Debug(tag, $"ViewWrapperImplNew END (OK)");
-        //}
-
-        //[Test]
-        //[Category("P1")]
-        //[Description("ViewWrapperImpl ApplyThemeStyle.")]
-        //[Property("SPEC", "Tizen.NUI.ViewWrapperImpl.ApplyThemeStyle M")]
-        //[Property("SPEC_URL", "-")]
-        //[Property("CRITERIA", "MR")]
-        //[Property("COVPARAM", "")]
-        //[Property("AUTHOR", "guowei.wang@samsung.com")]
-        //public void ViewWrapperImplApplyThemeStyle()
-        //{
-        //    tlog.Debug(tag, $"ViewWrapperImplApplyThemeStyle START");
-
-        //    var testingTarget = new ViewWrapperImpl(CustomViewBehaviour.ViewBehaviourDefault);
-        //    Assert.IsNotNull(testingTarget, "should be not null");
-        //    Assert.IsInstanceOf<ViewWrapperImpl>(testingTarget, "should be an instance of testing target class!");
-
-        //    try
-        //    {
-        //        testingTarget.ApplyThemeStyle();
-        //    }
-        //    catch (Exception e)
-        //    {
-        //        tlog.Debug(tag, e.Message.ToString());
-        //        Assert.Fail("Caught Exception : Failed!");
-        //    }
-
-        //    testingTarget.Dispose();
-        //    tlog.Debug(tag, $"ViewWrapperImplApplyThemeStyle END (OK)");
-        //}
-
         [Test]
         [Category("P1")]
         [Description("ViewWrapperImpl ViewBehaviourFlagCount.")]