[Test]
[Category("P1")]
[Description("Test : AppControl's Properties")]
+ [Property("SPEC", "Tizen.Applications.AppControl.ComponentId A")]
+ [Property("SPEC_URL", "-")]
+ [Property("CRITERIA", "PRW")]
+ [Property("AUTHOR", "Hwankyu Jhun, h.jhun@samsung.com")]
+ public void ComponentId_PROPERTY_SET_GET()\r
+ {\r
+ var componentId = "org.example.frame-component";\r
+\r
+ /* TEST CODE */\r
+ _appControl.ComponentId = componentId;\r
+ Assert.IsInstanceOf<string>(_appControl.ComponentId);\r
+ Assert.AreEqual(componentId, _appControl.ComponentId, "Property \"ComponentId\": the setting value should be equal to the getting value.");\r
+ }
+
+ [Test]
+ [Category("P1")]
+ [Description("Test : AppControl's Properties")]
[Property("SPEC", "Tizen.Applications.AppControl.SafeAppControlHandle A")]
[Property("SPEC_URL", "-")]
[Property("CRITERIA", "PRO")]