public void Setup() { this.dummyPinpadFacade = Mock.Of <IPinpadFacade>(); this.emvPinReader = new MagneticStripePinReader(); }
public void Setup() { this.PinpadFacadeMock = Mock.Of <IPinpadFacade>(); this.ConnectionStub = new Stubs.PinpadConnectionStub(); }
public void Setup() { this.mockedComm = new Stubs.PinpadCommunicationStub(); this.dummyPinpadFacade = Mock.Of <IPinpadFacade>(); this.emvPinReader = new EmvPinReader(); }