X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2FTizen.NUI.Tests%2FTizen.NUI.Devel.Tests%2Ftestcase%2Finternal%2FCommon%2FTSAuthenticationSignalType.cs;h=b263b54f597fdfe70a35b5378fd883431692d860;hb=b07d7953a6214265f493039a3ac1143688308d02;hp=5a242fdf1cc14320077a4cfc16921327123e9e61;hpb=55113770d2aa8fe824c4844cd01212ea93e6886b;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/internal/Common/TSAuthenticationSignalType.cs b/test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/internal/Common/TSAuthenticationSignalType.cs index 5a242fd..b263b54 100755 --- a/test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/internal/Common/TSAuthenticationSignalType.cs +++ b/test/Tizen.NUI.Tests/Tizen.NUI.Devel.Tests/testcase/internal/Common/TSAuthenticationSignalType.cs @@ -31,29 +31,29 @@ namespace Tizen.NUI.Devel.Tests { tlog.Info(tag, "Destroy() is called!"); } - - // [Test] - // [Category("P1")] - // [Description("AuthenticationSignalType constructor.")] - // [Property("SPEC", "Tizen.NUI.AuthenticationSignalType.AuthenticationSignalType C")] - // [Property("SPEC_URL", "-")] - // [Property("CRITERIA", "CONSTR")] - // [Property("AUTHOR", "guowei.wang@samsung.com")] - // public void AuthenticationSignalTypeConstructor() - // { - // tlog.Debug(tag, $"AuthenticationSignalTypeConstructor START"); - // using (View view = new View()) - // { - // var testingTarget = new AuthenticationSignalType(view.SwigCPtr.Handle, false); - // Assert.IsNotNull(testingTarget, "Should be not null!"); - // Assert.IsInstanceOf(testingTarget, "Should be an Instance of AuthenticationSignalType!"); + [Test] + [Category("P1")] + [Description("AuthenticationSignalType constructor.")] + [Property("SPEC", "Tizen.NUI.AuthenticationSignalType.AuthenticationSignalType C")] + [Property("SPEC_URL", "-")] + [Property("CRITERIA", "CONSTR")] + [Property("AUTHOR", "guowei.wang@samsung.com")] + public void AuthenticationSignalTypeConstructor() + { + tlog.Debug(tag, $"AuthenticationSignalTypeConstructor START"); - // testingTarget.Dispose(); - // } + using (View view = new View()) + { + var testingTarget = new AuthenticationSignalType(view.SwigCPtr.Handle, false); + Assert.IsNotNull(testingTarget, "Should be not null!"); + Assert.IsInstanceOf(testingTarget, "Should be an Instance of AuthenticationSignalType!"); - // tlog.Debug(tag, $"AuthenticationSignalTypeConstructor END (OK)"); - // } + testingTarget.Dispose(); + } + + tlog.Debug(tag, $"AuthenticationSignalTypeConstructor END (OK)"); + } // [Test] // [Category("P1")]