Concordion.Spec.Support.TestRig.WithResource C# (CSharp) Méthode

WithResource() public méthode

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