Example #1
0
 public void CheckGetNameByIdPlatform()
 {
     Assert.AreEqual("ProcessName", PlatformPropertyType.GetInstance().GetNameById(PlatformPropertyType.Platform_ProcessNamePropertyId));
 }
Example #2
0
 public void CheckExistsPlatform()
 {
     Assert.AreEqual(true, PlatformPropertyType.GetInstance().Exists(PlatformPropertyType.Platform_ProcessNamePropertyId));
     Assert.AreEqual(false, PlatformPropertyType.GetInstance().Exists(0));
 }