ITestItem Interface

Interface describing items that can be executed as part of a test run.

Namespace: XJTAG.Integration.XJRunner

Syntax

public interface ITestItem

Remarks

This interface describes an item that can be run by the Runner class, either TestGroups or TestFunctions.

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 test item.

ToRun

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