Method RetrieveTestTree
RetrieveTestTree(ExecutionSettings, Action<ITestAdaptor>)
Retrieve a list of tests in a tree structure matching a given execution settings.
선언
public static void RetrieveTestTree(ExecutionSettings executionSettings, Action<ITestAdaptor> callback)
파라미터
타입 | 이름 | 설명 |
---|---|---|
ExecutionSettings | executionSettings | An execution setting to match. The filters in the settings will be checked against the test tree. |
Action<ITestAdaptor> | callback | A callback to invoke with the result of the test retrieving. |
예외
타입 | 조건 |
---|---|
ArgumentNullException | An exception is thrown if the executionSettings or the callback arguments are null. |