Assert.AreEqual(_metadata.Author, "Test", "Get Author test failed, the value is not proper");
}
+ [Test]
+ [Category("P1")]
+ [Description("Check whether getting Composer property is properly or not.")]
+ [Property("SPEC", "Tizen.Multimedia.Metadata.Composer A")]
+ [Property("SPEC_URL", "-")]
+ [Property("CRITERIA", "PRO")]
+ [Property("AUTHOR", "Haesu Gwon, haesu.gwon@samsung.com")]
+ public static void Composer_PROPERTY_READ_ONLY()
+ {
+ Assert.That(_metadata.Composer, Is.TypeOf<string>());
+ Assert.AreEqual(_metadata.Composer, "Test", "Composer property get test failed.");
+ }
+
[Test]
[Category("P1")]
[Description("Test if get for Tizen.Multimedia.Metadata.Copyright:Error property is working properly")]