ITestMethod Interface

Definition

TestMethod for execution.

public interface class ITestMethod
public interface ITestMethod
type ITestMethod = interface
Public Interface ITestMethod

Properties

Arguments

Gets the arguments with which test method is invoked.

MethodInfo

Gets the methodInfo for test method.

ParameterTypes

Gets the parameters of test method.

ReturnType

Gets the return type of test method.

TestClassName

Gets the name of test class.

TestMethodName

Gets the name of test method.

Methods

GetAllAttributes(Boolean)

Get all attributes of the test method.

GetAttributes<AttributeType>(Boolean)

Get attribute of specific type.

Invoke(Object[])

Invokes the test method.

Applies to