Beispiel #1
0
        public void Should_initialize_object_with_values_from_app_config()
        {
            var subject = new TestableTestMetadataProvider();

            Assert.That(subject.RepeatedStepReplacement, Is.EqualTo("and also"));
            Assert.That(subject.PredefinedStepTypes, Is.EquivalentTo(new[] { "call", "invoke", "exec" }));
        }
 public void Should_initialize_object_with_values_from_app_config()
 {
     var subject = new TestableTestMetadataProvider();
     Assert.That(subject.RepeatedStepReplacement, Is.EqualTo("and also"));
     Assert.That(subject.PredefinedStepTypes, Is.EquivalentTo(new[] { "call", "invoke", "exec" }));
 }