TestFunction Class

Represents an XJEase test function that is part of a TestGroup Class.

Namespace: XJTAG.Integration.XJRunner

Syntax

public class TestFunction : ITestItem

Inheritance Hierarchy

  • object
  • ITestItem

Members

Properties

Name Description
Condition

Gets the Condition that controls this test item, or null if it has none.

LoopContinuously

Gets or sets a value indicating whether the test item will loop continuously at runtime.

Loops

Gets or sets the number of times the test item will be run at runtime.

Name

Gets the name of the XJEase function.

TestGroup

Gets the TestGroup that this function is part of.

ToRun

Gets a value indicating whether the test item will be run at runtime.

Methods

Name Description
Equals

Determines whether the specified Object is equal to this instance.

Finalize (from object)
GetHashCode

Returns a hash code for this instance.

GetType (from object)
MemberwiseClone (from object)
ToString

Returns a string representation of this test function.

See Also