From f8d28eb2e74a965504fec0a37f70593268eeb3b5 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Wed, 30 Oct 2019 18:30:04 +0900 Subject: [PATCH] [NUI][Non-ACR] Update all Operator APIs based on tool update - Operators should be changed because of coverage tool update. For example, `Addition` -> `+` in description Change-Id: I5dff950c0f534bd8626629be9bd7ed700f3ba160 Signed-off-by: Seoyeon Kim --- tct-suite-vs/Tizen.NUI.Tests/testcase/TSColor.cs | 12 ++++++------ .../Tizen.NUI.Tests/testcase/TSPosition.cs | 12 ++++++------ .../Tizen.NUI.Tests/testcase/TSPosition2D.cs | 12 ++++++------ .../Tizen.NUI.Tests/testcase/TSRelativeVector2.cs | 12 ++++++------ .../Tizen.NUI.Tests/testcase/TSRelativeVector3.cs | 12 ++++++------ .../Tizen.NUI.Tests/testcase/TSRelativeVector4.cs | 12 ++++++------ .../Tizen.NUI.Tests/testcase/TSRotation.cs | 14 +++++++------- tct-suite-vs/Tizen.NUI.Tests/testcase/TSSize.cs | 12 ++++++------ tct-suite-vs/Tizen.NUI.Tests/testcase/TSSize2D.cs | 12 ++++++------ tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector2.cs | 12 ++++++------ tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector3.cs | 12 ++++++------ tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector4.cs | 12 ++++++------ 12 files changed, 73 insertions(+), 73 deletions(-) diff --git a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSColor.cs b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSColor.cs index 2b03fda4b..1ef2196d2 100755 --- a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSColor.cs +++ b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSColor.cs @@ -322,7 +322,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator +.")] - [Property("SPEC", "Tizen.NUI.Color.Addition M")] + [Property("SPEC", "Tizen.NUI.Color.+ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -341,7 +341,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator -.")] - [Property("SPEC", "Tizen.NUI.Color.Subtraction M")] + [Property("SPEC", "Tizen.NUI.Color.- M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -378,7 +378,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.")] - [Property("SPEC", "Tizen.NUI.Color.Multiply M")] + [Property("SPEC", "Tizen.NUI.Color.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Color, Color")] @@ -398,7 +398,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.")] - [Property("SPEC", "Tizen.NUI.Color.Multiply M")] + [Property("SPEC", "Tizen.NUI.Color.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Color, Single")] @@ -418,7 +418,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.")] - [Property("SPEC", "Tizen.NUI.Color.Division M")] + [Property("SPEC", "Tizen.NUI.Color./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Color, Color")] @@ -438,7 +438,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.")] - [Property("SPEC", "Tizen.NUI.Color.Division M")] + [Property("SPEC", "Tizen.NUI.Color./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Color, Single")] diff --git a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSPosition.cs b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSPosition.cs index 2a5676f0a..6a710c3b9 100755 --- a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSPosition.cs +++ b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSPosition.cs @@ -617,7 +617,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator +.")] - [Property("SPEC", "Tizen.NUI.Position.Addition M")] + [Property("SPEC", "Tizen.NUI.Position.+ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -635,7 +635,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator -.")] - [Property("SPEC", "Tizen.NUI.Position.Subtraction M")] + [Property("SPEC", "Tizen.NUI.Position.- M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -670,7 +670,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.")] - [Property("SPEC", "Tizen.NUI.Position.Multiply M")] + [Property("SPEC", "Tizen.NUI.Position.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Position, Position")] @@ -689,7 +689,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.")] - [Property("SPEC", "Tizen.NUI.Position.Multiply M")] + [Property("SPEC", "Tizen.NUI.Position.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Position, Single")] @@ -707,7 +707,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.")] - [Property("SPEC", "Tizen.NUI.Position.Division M")] + [Property("SPEC", "Tizen.NUI.Position./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Position, Position")] @@ -726,7 +726,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.")] - [Property("SPEC", "Tizen.NUI.Position.Division M")] + [Property("SPEC", "Tizen.NUI.Position./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Position, Single")] diff --git a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSPosition2D.cs b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSPosition2D.cs index 27299b7d0..ff382770d 100755 --- a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSPosition2D.cs +++ b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSPosition2D.cs @@ -145,7 +145,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator +.")] - [Property("SPEC", "Tizen.NUI.Position2D.Addition M")] + [Property("SPEC", "Tizen.NUI.Position2D.+ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -177,7 +177,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator -.")] - [Property("SPEC", "Tizen.NUI.Position2D.Subtraction M")] + [Property("SPEC", "Tizen.NUI.Position2D.- M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -210,7 +210,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.")] - [Property("SPEC", "Tizen.NUI.Position2D.Multiply M")] + [Property("SPEC", "Tizen.NUI.Position2D.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Position2D, Position2D")] @@ -228,7 +228,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.")] - [Property("SPEC", "Tizen.NUI.Position2D.Multiply M")] + [Property("SPEC", "Tizen.NUI.Position2D.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Position2D, int")] @@ -245,7 +245,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.")] - [Property("SPEC", "Tizen.NUI.Position2D.Division M")] + [Property("SPEC", "Tizen.NUI.Position2D./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Position2D, Position2D")] @@ -263,7 +263,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.")] - [Property("SPEC", "Tizen.NUI.Position2D.Division M")] + [Property("SPEC", "Tizen.NUI.Position2D./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Position2D, int")] diff --git a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRelativeVector2.cs b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRelativeVector2.cs index e579e3a2e..de85ea932 100755 --- a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRelativeVector2.cs +++ b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRelativeVector2.cs @@ -170,7 +170,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator +.Check whether Addition(RelativeVector2 + RelativeVector2) returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.RelativeVector2.Addition M")] + [Property("SPEC", "Tizen.NUI.RelativeVector2.+ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -187,7 +187,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator -.Check whether Subtraction(RelativeVector2 - RelativeVector2) returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.RelativeVector2.Subtraction M")] + [Property("SPEC", "Tizen.NUI.RelativeVector2.- M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -204,7 +204,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.Check whether Multiply(RelativeVector2 * RelativeVector2) returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.RelativeVector2.Multiply M")] + [Property("SPEC", "Tizen.NUI.RelativeVector2.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector2, Vector2")] @@ -222,7 +222,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.Check whether Multiply(RelativeVector2 - RelativeVector2) returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.RelativeVector2.Multiply M")] + [Property("SPEC", "Tizen.NUI.RelativeVector2.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector2, Single")] @@ -239,7 +239,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.Check whether Division(RelativeVector2 / RelativeVector2) returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.RelativeVector2.Division M")] + [Property("SPEC", "Tizen.NUI.RelativeVector2./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "RelativeVector2, RelativeVector2")] @@ -257,7 +257,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.Check whether Division(RelativeVector2 / Single) returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.RelativeVector2.Division M")] + [Property("SPEC", "Tizen.NUI.RelativeVector2./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "RelativeVector2, Single")] diff --git a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRelativeVector3.cs b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRelativeVector3.cs index 37962d49e..92156f905 100755 --- a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRelativeVector3.cs +++ b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRelativeVector3.cs @@ -192,7 +192,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator +.")] - [Property("SPEC", "Tizen.NUI.RelativeVector3.Addition M")] + [Property("SPEC", "Tizen.NUI.RelativeVector3.+ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -210,7 +210,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator -.")] - [Property("SPEC", "Tizen.NUI.RelativeVector3.Subtraction M")] + [Property("SPEC", "Tizen.NUI.RelativeVector3.- M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -228,7 +228,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.")] - [Property("SPEC", "Tizen.NUI.RelativeVector3.Multiply M")] + [Property("SPEC", "Tizen.NUI.RelativeVector3.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "RelativeVector3, RelativeVector3")] @@ -247,7 +247,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.")] - [Property("SPEC", "Tizen.NUI.RelativeVector3.Multiply M")] + [Property("SPEC", "Tizen.NUI.RelativeVector3.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "RelativeVector3, Single")] @@ -265,7 +265,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.")] - [Property("SPEC", "Tizen.NUI.RelativeVector3.Division M")] + [Property("SPEC", "Tizen.NUI.RelativeVector3./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "RelativeVector3, RelativeVector3")] @@ -284,7 +284,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.")] - [Property("SPEC", "Tizen.NUI.RelativeVector3.Division M")] + [Property("SPEC", "Tizen.NUI.RelativeVector3./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "RelativeVector3, Single")] diff --git a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRelativeVector4.cs b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRelativeVector4.cs index 372112c4b..a6b9092b9 100755 --- a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRelativeVector4.cs +++ b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRelativeVector4.cs @@ -213,7 +213,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Addition.Check whether Addition whose parameter is RelativeVector4 and RelativeVector4 returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.RelativeVector4.Addition M")] + [Property("SPEC", "Tizen.NUI.RelativeVector4.+ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -232,7 +232,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Subtraction.Check whether Subtraction whose parameter is RelativeVector4 and RelativeVector4 returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.RelativeVector4.Subtraction M")] + [Property("SPEC", "Tizen.NUI.RelativeVector4.- M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -252,7 +252,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Multiply.Check whether Multiply whose parameter is RelativeVector4 and RelativeVector4 returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.RelativeVector4.Multiply M")] + [Property("SPEC", "Tizen.NUI.RelativeVector4.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "RelativeVector4,RelativeVector4")] @@ -272,7 +272,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Multiply.Check whether Multiply whose parameter is Vector4 and Single returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.RelativeVector4.Multiply M")] + [Property("SPEC", "Tizen.NUI.RelativeVector4.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "RelativeVector4,Single")] @@ -292,7 +292,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Division.Check whether Division whose parameter is Vector4 and Vector4 returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.RelativeVector4.Division M")] + [Property("SPEC", "Tizen.NUI.RelativeVector4./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector4,Vector4")] @@ -313,7 +313,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Division.Check whether Division whose parameter is Vector4 and Single returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.RelativeVector4.Division M")] + [Property("SPEC", "Tizen.NUI.RelativeVector4./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector4,Single")] diff --git a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRotation.cs b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRotation.cs index 8bb85f8b9..e1c85fc96 100755 --- a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRotation.cs +++ b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSRotation.cs @@ -41,7 +41,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Addition. Check whether Addition returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Rotation.Addition M")] + [Property("SPEC", "Tizen.NUI.Rotation.+ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Zaijuan Sui, z6177.sui@samsung.com")] @@ -62,7 +62,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Subtraction. Check whether Subtraction with two Rotation parameter returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Rotation.Subtraction M")] + [Property("SPEC", "Tizen.NUI.Rotation.- M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Zaijuan Sui, z6177.sui@samsung.com")] @@ -106,7 +106,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Multiply. Check whether Multiply with two Rotation parameter returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Rotation.Multiply M")] + [Property("SPEC", "Tizen.NUI.Rotation.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Zaijuan Sui, z6177.sui@samsung.com")] @@ -145,7 +145,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Multiply. Check whether Multiply with Rotation and Vector3 parameter returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Rotation.Multiply M")] + [Property("SPEC", "Tizen.NUI.Rotation.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Zaijuan Sui, z6177.sui@samsung.com")] @@ -174,7 +174,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Multiply. Check whether Multiply with Rotation and float parameter returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Rotation.Multiply M")] + [Property("SPEC", "Tizen.NUI.Rotation.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Zaijuan Sui, z6177.sui@samsung.com")] @@ -198,7 +198,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Division. Check whether Division with two Rotation parameter returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Rotation.Division M")] + [Property("SPEC", "Tizen.NUI.Rotation./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Zaijuan Sui, z6177.sui@samsung.com")] @@ -231,7 +231,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Division. Check whether Division with Rotation and float parameter returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Rotation.Division M")] + [Property("SPEC", "Tizen.NUI.Rotation./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Zaijuan Sui, z6177.sui@samsung.com")] diff --git a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSSize.cs b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSSize.cs index 559cc0e04..164ea174f 100755 --- a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSSize.cs +++ b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSSize.cs @@ -212,7 +212,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator +.")] - [Property("SPEC", "Tizen.NUI.Size.Addition M")] + [Property("SPEC", "Tizen.NUI.Size.+ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -230,7 +230,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator -.")] - [Property("SPEC", "Tizen.NUI.Size.Subtraction M")] + [Property("SPEC", "Tizen.NUI.Size.- M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -265,7 +265,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *. Test multiply an another Size instance.")] - [Property("SPEC", "Tizen.NUI.Size.Multiply M")] + [Property("SPEC", "Tizen.NUI.Size.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Size, Size")] @@ -284,7 +284,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.")] - [Property("SPEC", "Tizen.NUI.Size.Multiply M")] + [Property("SPEC", "Tizen.NUI.Size.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Size, Single")] @@ -302,7 +302,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /. Test divide another size instance.")] - [Property("SPEC", "Tizen.NUI.Size.Division M")] + [Property("SPEC", "Tizen.NUI.Size./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Size, Size")] @@ -321,7 +321,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.")] - [Property("SPEC", "Tizen.NUI.Size.Division M")] + [Property("SPEC", "Tizen.NUI.Size./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Size, Single")] diff --git a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSSize2D.cs b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSSize2D.cs index 07f95dbe0..3cc1c299f 100755 --- a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSSize2D.cs +++ b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSSize2D.cs @@ -126,7 +126,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator +.")] - [Property("SPEC", "Tizen.NUI.Size2D.Addition M")] + [Property("SPEC", "Tizen.NUI.Size2D.+ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -143,7 +143,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator -.")] - [Property("SPEC", "Tizen.NUI.Size2D.Subtraction M")] + [Property("SPEC", "Tizen.NUI.Size2D.- M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -176,7 +176,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.")] - [Property("SPEC", "Tizen.NUI.Size2D.Multiply M")] + [Property("SPEC", "Tizen.NUI.Size2D.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Size2D, Size2D")] @@ -194,7 +194,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.")] - [Property("SPEC", "Tizen.NUI.Size2D.Multiply M")] + [Property("SPEC", "Tizen.NUI.Size2D.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Size2D, int")] @@ -211,7 +211,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.")] - [Property("SPEC", "Tizen.NUI.Size2D.Division M")] + [Property("SPEC", "Tizen.NUI.Size2D./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Size2D, Size2D")] @@ -229,7 +229,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.")] - [Property("SPEC", "Tizen.NUI.Size2D.Division M")] + [Property("SPEC", "Tizen.NUI.Size2D./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Size2D, int")] diff --git a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector2.cs b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector2.cs index f15ae9cfb..e84d5a8e3 100755 --- a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector2.cs +++ b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector2.cs @@ -358,7 +358,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator +.Check whether Addition(Vector2 + Vector2) returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Vector2.Addition M")] + [Property("SPEC", "Tizen.NUI.Vector2.+ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -375,7 +375,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator -.Check whether Subtraction(Vector2 - Vector2) returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Vector2.Subtraction M")] + [Property("SPEC", "Tizen.NUI.Vector2.- M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -408,7 +408,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.Check whether Multiply(Vector2 * Vector2) returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Vector2.Multiply M")] + [Property("SPEC", "Tizen.NUI.Vector2.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector2, Vector2")] @@ -426,7 +426,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.Check whether Multiply(Vector2 - Vector2) returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Vector2.Multiply M")] + [Property("SPEC", "Tizen.NUI.Vector2.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector2, Single")] @@ -443,7 +443,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.Check whether Division(Vector2 / Vector2) returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Vector2.Division M")] + [Property("SPEC", "Tizen.NUI.Vector2./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector2, Vector2")] @@ -461,7 +461,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.Check whether Division(Vector2 - Single) returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Vector2.Division M")] + [Property("SPEC", "Tizen.NUI.Vector2./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector2, Single")] diff --git a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector3.cs b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector3.cs index ed91ea23e..802ed3934 100755 --- a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector3.cs +++ b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector3.cs @@ -492,7 +492,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator +.")] - [Property("SPEC", "Tizen.NUI.Vector3.Addition M")] + [Property("SPEC", "Tizen.NUI.Vector3.+ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -510,7 +510,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator -.")] - [Property("SPEC", "Tizen.NUI.Vector3.Subtraction M")] + [Property("SPEC", "Tizen.NUI.Vector3.- M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Feng Jin, feng16.jin@samsung.com")] @@ -545,7 +545,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.")] - [Property("SPEC", "Tizen.NUI.Vector3.Multiply M")] + [Property("SPEC", "Tizen.NUI.Vector3.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector3, Vector3")] @@ -564,7 +564,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator *.")] - [Property("SPEC", "Tizen.NUI.Vector3.Multiply M")] + [Property("SPEC", "Tizen.NUI.Vector3.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector3, Single")] @@ -582,7 +582,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.")] - [Property("SPEC", "Tizen.NUI.Vector3.Division M")] + [Property("SPEC", "Tizen.NUI.Vector3./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector3, Vector3")] @@ -601,7 +601,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test operator /.")] - [Property("SPEC", "Tizen.NUI.Vector3.Division M")] + [Property("SPEC", "Tizen.NUI.Vector3./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector3, Single")] diff --git a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector4.cs b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector4.cs index 582f9bebe..7801fec69 100755 --- a/tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector4.cs +++ b/tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector4.cs @@ -472,7 +472,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Addition.Check whether Addition whose parameter is Vector4 and Vector4 returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Vector4.Addition M")] + [Property("SPEC", "Tizen.NUI.Vector4.+ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Wu Youxia, youxia.wu@partner.samsung.com")] @@ -491,7 +491,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Subtraction.Check whether Subtraction whose parameter is Vector4 and Vector4 returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Vector4.Subtraction M")] + [Property("SPEC", "Tizen.NUI.Vector4.- M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("AUTHOR", "Wu Youxia, youxia.wu@partner.samsung.com")] @@ -528,7 +528,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Multiply.Check whether Multiply whose parameter is Vector4 and Vector4 returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Vector4.Multiply M")] + [Property("SPEC", "Tizen.NUI.Vector4.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector4,Vector4")] @@ -548,7 +548,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Multiply.Check whether Multiply whose parameter is Vector4 and Single returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Vector4.Multiply M")] + [Property("SPEC", "Tizen.NUI.Vector4.* M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector4,Single")] @@ -567,7 +567,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Division.Check whether Division whose parameter is Vector4 and Vector4 returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Vector4.Division M")] + [Property("SPEC", "Tizen.NUI.Vector4./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector4,Vector4")] @@ -587,7 +587,7 @@ namespace Tizen.NUI.Tests [Test] [Category("P1")] [Description("Test Division.Check whether Division whose parameter is Vector4 and Single returns expected value or not.")] - [Property("SPEC", "Tizen.NUI.Vector4.Division M")] + [Property("SPEC", "Tizen.NUI.Vector4./ M")] [Property("SPEC_URL", "-")] [Property("CRITERIA", "MR")] [Property("COVPARAM", "Vector4,Single")] -- 2.34.1