StatePrinting.Configurations.Configuration.SetAutomaticTestRewrite C# (CSharp) Method

SetAutomaticTestRewrite() private method

private SetAutomaticTestRewrite ( TestingBehaviour indicator ) : Configuration
indicator TestingBehaviour
return Configuration
        public Configuration SetAutomaticTestRewrite(TestingBehaviour.TestRewriteIndicator indicator)
        {
            return Test.SetAutomaticTestRewrite(indicator);
        }