[Test]
[Category("P1")]
- [Description("Check whether Quit work properly, should not throw any exception.")]
- [Property("SPEC", "ElmSharp.EcoreMainloop.Quit M")]
- [Property("SPEC_URL", "-")]
- [Property("CRITERIA", "MR")]
- [Property("AUTHOR", "An Li, an87.li@samsung.com")]
- public void Quit_Check()
- {
- try
- {
- EcoreMainloop.Quit();
- }
- catch (Exception ex)
- {
- Assert.Fail("Quit should not throw exception :" + ex.ToString());
- }
- }
-
- [Test]
- [Category("P1")]
[Description("Check whether Post work properly, should not throw any exception.")]
[Property("SPEC", "ElmSharp.EcoreMainloop.Post M")]
[Property("SPEC_URL", "-")]