예제 #1
0
        public void SetUp()
        {
            this.dispatcher = A.Fake<IMailDispatcher>();

            this.testee = new NewCustomer(this.dispatcher);
        }
예제 #2
0
        public void SetUp()
        {
            this.dispatcher = A.Fake <IMailDispatcher>();

            this.testee = new NewCustomer(this.dispatcher);
        }