示例#1
0
        public void ResetAfterGc()
        {
            byte[][] expected = { new byte[] { 0xfe, 0x05 } };

            debug.ResetAfterGc();
            Assert.That(platform.GetCommands(), Is.EqualTo(expected));
        }