コード例 #1
0
        public void TestRemoveSlotOperationException()
        {
            GraphController graphController = new GraphController(null);

            Assert.Throws<InvalidOperationException>(() =>
            {
                graphController.RemoveSlot(0x60000001);
            });
        }