ClassLightTestAsStepReference
Class
Definition
Namespace:ArtOfTest.WebAii.Design.ProjectModel
Assembly:ArtOfTest.WebAii.Design.dll
Syntax:
cs-api-definition
public sealed class LightTestAsStepReference : IEquatable<LightTestAsStepReference>
Inheritance: objectLightTestAsStepReference
Implements:
Constructors
LightTestAsStepReference(string)
Declaration
cs-api-definition
public LightTestAsStepReference(string fromFilePath)
Parameters
fromFilePath
Properties
Methods
Equals(LightTestAsStepReference)
Declaration
cs-api-definition
public bool Equals(LightTestAsStepReference other)
Parameters
other
Returns
Implements