System.Data.Tests.DataViewManagerTest.SetIncorrectRootElement C# (CSharp) Метод

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

private SetIncorrectRootElement ( ) : void
Результат void
        public void SetIncorrectRootElement()
        {
            DataViewManager m = new DataViewManager(null);
            Assert.Throws<DataException>(() => m.DataViewSettingCollectionString = "<foo/>");
        }
    }