Пример #1
0
        public void ShouldThrowGetStreamingUriIfLocatorIsNull()
        {
            ILocator nullLocator = null;

            nullLocator.GetSmoothStreamingUri();
        }