Ejemplo n.º 1
0
        public void ThenTheResponseErrorsShouldMapVerbatim()
        {
            string error = subject.GetEmailErrors(email).Single();

            Assert.AreEqual(message, error);
        }