Пример #1
0
        public void RepackStorageExceptionWithoutInfoTest()
        {
            StorageException exception = new StorageException(null, string.Empty, null);

            Assert.IsNotNull(exception.RepackStorageException());
        }