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 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<TAttributeType>(Boolean) |
Get attribute of specific type. |
Invoke(Object[]) |
Invokes the test method. |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.