Concordion.Spec.Support.TestRig.TestRig C# (CSharp) Method

TestRig() public method

public TestRig ( ) : System
return System
        public TestRig()
        {
            this.EvaluatorFactory = new SimpleEvaluatorFactory();
            this.Source = new StubSource();
            this.Configuration = new SpecificationConfig();
        }