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