Beispiel #1
0
        public void TestEndGroup()
        {
            GraphController  graphController = new GraphController(null);
            UndoRedoRecorder urr             = new UndoRedoRecorder(graphController);

            Assert.Throws <InvalidOperationException>(() =>
            {
                urr.EndGroup();
            });
        }