12using System.Windows.Controls;
13using System.Windows.Documents;
14using System.Windows.Ink;
15using System.Windows.Input;
16using System.Windows.Media;
17using System.Windows.Media.Animation;
18using System.Windows.Shapes;
21using System.Diagnostics;
25using TestClass = NUnit.Framework.TestFixtureAttribute;
26using TestInitialize = NUnit.Framework.SetUpAttribute;
27using TestCleanup = NUnit.Framework.TearDownAttribute;
28using TestMethod = NUnit.Framework.TestAttribute;
30using Microsoft.VisualStudio.TestTools.UnitTesting;
42 [ExpectedException(typeof(NotSupportedException))]
53 [ExpectedException(typeof(NotSupportedException))]
59 context.
Assert.
Try(() => list.Insert(0, mock));
64 [ExpectedException(typeof(NotSupportedException))]
74 [ExpectedException(typeof(NotSupportedException))]
84 [ExpectedException(typeof(NotSupportedException))]
UnitTestContext GetContext()
void InsertItemToReadOnlyFail()
void AddItemToReadOnlyFail()
void IndexInsertItemToReadOnlyFail()
void AddNewToReadOnlyFail()