Example #1
0
        public void DetachBank()
        {
            m_Service.Detach(new MemoryBankAddress(0));

            var t_Found = m_Service.HasBankAtAddress(new MemoryBankAddress(0));

            t_Found.Should().BeFalse("We detached the initial bank attached to the service.");
        }