예제 #1
0
        public void WhenFromIsCalledThenRequestFromIsSet()
        {
            var from = "*****@*****.**";

            _builder.From(from);
            Assert.AreEqual(from, _request.Headers.From);
        }