Inheritance
CodeBasedGraphicsTestAttribute
 
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method, Inherited = true)]
public class CodeBasedGraphicsTestAttribute : Attribute, _Attribute
 
Constructors
  
Declaration
public CodeBasedGraphicsTestAttribute(string referenceImagesRoot, string actualImagesRoot = null)
 
Parameters
| Type | Name | Description | 
| String | referenceImagesRoot |  | 
| String | actualImagesRoot |  | 
Properties
  
Declaration
public string ActualImagesRoot { get; }
 
Property Value
Declaration
public string ReferenceImagesRoot { get; }
 
Property Value
Methods
  
Declaration
public static bool TryFindAttributeOn(ITest test, out CodeBasedGraphicsTestAttribute attrib)
 
Parameters
Returns