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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.