public HideBusyIndicationTest()
        {
            this.finishBusyIndication = new Mock<IFinishBusyIndication>();

            this.requestId = Guid.NewGuid();

            this.testee = new HideBusyIndication(this.finishBusyIndication.Object, this.requestId);
        }
Esempio n. 2
0
        public HideBusyIndicationTest()
        {
            this.finishBusyIndication = new Mock <IFinishBusyIndication>();

            this.requestId = Guid.NewGuid();

            this.testee = new HideBusyIndication(this.finishBusyIndication.Object, this.requestId);
        }