ITestMethod Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |