From: wn.jang Date: Thu, 24 Aug 2023 08:36:25 +0000 (+0900) Subject: [NON-ACR] Remove unsupported error type X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fc8f70d4b5d53762563e179b5f0d552a44a38687;p=test%2Ftct%2Fcsharp%2Fapi.git [NON-ACR] Remove unsupported error type Change-Id: I426f17a0f946b292ac0d18066f63157da91d958a --- diff --git a/tct-suite-vs/Tizen.VoiceControl.Tests/testcase/TSVoiceControlClient.cs b/tct-suite-vs/Tizen.VoiceControl.Tests/testcase/TSVoiceControlClient.cs index c55d4cb..dca7f9a 100755 --- a/tct-suite-vs/Tizen.VoiceControl.Tests/testcase/TSVoiceControlClient.cs +++ b/tct-suite-vs/Tizen.VoiceControl.Tests/testcase/TSVoiceControlClient.cs @@ -291,25 +291,6 @@ namespace Tizen.Uix.VoiceControl.Tests } [Test] - [Category("P2")] - [Description("Check working of VoiceControl SetInvocationName method for ArgumentException exception due to null parameter")] - [Property("SPEC", "Tizen.Uix.VoiceControl.VoiceControlClient.SetInvocationName M")] - [Property("SPEC_URL", "-")] - [Property("CRITERIA", "MEX")] - [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] - public void SetInvocationName_EXCEPTION_NULL_PARAM() - { - /* - * TEST CODE - */ - VoiceControlHelper.PrintLog(Type.DLogAndlogUtil, "Executing TC:SetInvocationName_EXCEPTION_NULL_PARAM"); - if (_featureSupported) { - Assert.Throws(() => VoiceControlClient.SetInvocationName(null)); - } - VoiceControlHelper.PrintLog(Type.DLogAndlogUtil, "Completed TC:SetInvocationName_EXCEPTION_NULL_PARAM"); - } - - [Test] [Category("P1")] [Description("Check working of VoiceControl Initialize method for no exception")] [Property("SPEC", "Tizen.Uix.VoiceControl.VoiceControlClient.Initialize M")]