Condition Class

Represents a condition in the XJRunner test list.

Namespace: XJTAG.Integration.XJRunner

Syntax

public class Condition : IEquatable<Condition>

Inheritance Hierarchy

  • object
  • IEquatable<Condition>

Members

Properties

Name Description
Name

Gets the name of the Condition.

Methods

Name Description
Equals(Condition)

Compares this Condition for equality with another Condition.

Equals(object)

Compares this Condition for equality with another object.

Finalize (from object)
GetHashCode

Returns a hash code for this Condition instance.

GetType (from object)
MemberwiseClone (from object)
Override

Override the condition; it will no longer be evaluated but the value provided will be used as its result.

Reset

Remove any override that has been set via Override and cause the condition to be evaluated when a controlled test item is run.

ToString

Returns a string representation of this Condition.