[NUI][Non-ACR] Update all Operator APIs based on tool update 66/216666/1
authorSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 30 Oct 2019 09:30:04 +0000 (18:30 +0900)
committerSeoyeon Kim <seoyeon2.kim@samsung.com>
Wed, 30 Oct 2019 09:32:28 +0000 (18:32 +0900)
- Operators should be changed because of coverage tool update.
 For example, `Addition` -> `+` in description

Change-Id: I5dff950c0f534bd8626629be9bd7ed700f3ba160
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
12 files changed:
tct-suite-vs/Tizen.NUI.Tests/testcase/TSColor.cs
tct-suite-vs/Tizen.NUI.Tests/testcase/TSPosition.cs
tct-suite-vs/Tizen.NUI.Tests/testcase/TSPosition2D.cs
tct-suite-vs/Tizen.NUI.Tests/testcase/TSRelativeVector2.cs
tct-suite-vs/Tizen.NUI.Tests/testcase/TSRelativeVector3.cs
tct-suite-vs/Tizen.NUI.Tests/testcase/TSRelativeVector4.cs
tct-suite-vs/Tizen.NUI.Tests/testcase/TSRotation.cs
tct-suite-vs/Tizen.NUI.Tests/testcase/TSSize.cs
tct-suite-vs/Tizen.NUI.Tests/testcase/TSSize2D.cs
tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector2.cs
tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector3.cs
tct-suite-vs/Tizen.NUI.Tests/testcase/TSVector4.cs

index 2b03fda4be4fee3e165df37d84708da523ee0534..1ef2196d23fae35c620ba5ab036ee37b3e108537 100755 (executable)
@@ -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")]
index 2a5676f0a194e2571e0ca883ac62c1f54ec3f843..6a710c3b9978abbfb0af04ecf25739c54dbdfa39 100755 (executable)
@@ -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")]
index 27299b7d0ed98e7c195f285d50e0105ef248a9b1..ff382770d700d6962431231c1f7fce03bf0e1180 100755 (executable)
@@ -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")]
index e579e3a2e5c285fbcbab18109936b6c00928e911..de85ea93285c485fee43bc3b94e9c468e6a783cc 100755 (executable)
@@ -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")]
index 37962d49e636cca64b1e5a68d677b61faae32ebb..92156f9055bf8c6bb1d58dc5657167eaee9ecdda 100755 (executable)
@@ -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")]
index 372112c4b477a94005b75d17422a4f1c3b8385a5..a6b9092b9526576a7f7dc48c5b13849b49dceb81 100755 (executable)
@@ -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")]
index 8bb85f8b9f949a5320676006ede6441f9ef6de8d..e1c85fc96159fb76c3a4fdbbf73abd46b7847001 100755 (executable)
@@ -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")]
index 559cc0e04f8e6b4e6f48c46147e7101bb7b7d6ed..164ea174f786c55efd3676301a6de37fc3025c1a 100755 (executable)
@@ -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")]
index 07f95dbe0451f9dfe21071f18675d3a8c6330386..3cc1c299f6ca3f347015e138e68a147135a5f038 100755 (executable)
@@ -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")]
index f15ae9cfb5fd50af946a6f7c7a58b564322b7817..e84d5a8e328be72520d526b9cd7030f3d3c61abc 100755 (executable)
@@ -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")]
index ed91ea23e267dfdcc5be3304fc523a7392db7937..802ed39344c8e67c3928a692b723aed37fd3863b 100755 (executable)
@@ -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")]
index 582f9bebe387d6be341cf16bf5c1edc7354ff3f6..7801fec694530580fa21e17aa23cf92475d0a9ec 100755 (executable)
@@ -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")]