BrightcoveOS.NET_MAPI_Wrapper.Tests.IntegrationTests.VideoRead.FindVideoByReferenceIdTests.FindVideoByRefId_Renditions C# (CSharp) Метод

FindVideoByRefId_Renditions() приватный Метод

private FindVideoByRefId_Renditions ( ) : void
Результат void
		public void FindVideoByRefId_Renditions()
		{
			BrightcoveVideo video = _api.FindVideoByReferenceId(_refId);

			Assert.Greater(video.Renditions.Count, 0);
		}