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

WithResource() public method

public WithResource ( Resource resource, string html ) : TestRig
resource Resource
html string
return TestRig
        public TestRig WithResource(Resource resource, string html)
        {
            this.Source.AddResource(resource, html);
            return this;
        }