Constructor TestRunCallbackAttribute
TestRunCallbackAttribute(Type)
Constructs a new instance of the TestRunCallbackAttribute class.
선언
public TestRunCallbackAttribute(Type type)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Type | type | A target type that implements ITestRunCallback. |
예외
타입 | 조건 |
---|---|
ArgumentException | Throws an ArgumentException if the provided type does not implement ITestRunCallback. |