Example #1
0
        public void WcfClient_with_name_set_should_return_that_name()
        {
            var subject = new WcfClient(TestChannel.Create(null), "testname");

            Assert.That(subject.Name, Is.EqualTo("testname"));
        }