public void FetchOperationFromMemory() { m_Fetcher.SetFetchFromAddress(new MemoryAddress(0), new MemoryBankAddress(0)); var t_Operation = m_Fetcher.FetchOperation(); t_Operation.Should().BeOfType <NoOp>(); }
private IOperation _FetchOperation() { return(m_Fetcher.FetchOperation()); }