Beispiel #1
0
        public void GivenObsoleteBehaviorConfigurationValueIsSetTo(string obsoleteBehaviorValue)
        {
            //     var configText = $@"<specFlow>
            //<runtime obsoleteBehavior=""{obsoleteBehaviorValue}"" />
            //         </specFlow >";

            //     GivenTheSpecflowConfigurationIs(configText);
            _configurationDriver.SetRuntimeObsoleteBehavior(obsoleteBehaviorValue);
        }