public void SetUp()
        {
            this.dispatcher = A.Fake<IMailDispatcher>();

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

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