public void RfidReadEvent_MethodCalled_InvokesRfidReadEvent() { //ACT _uut.RfidRead(1); //ASSERT Assert.That(_rfidReadEventInvoked, Is.True); }