Constructor TestMustExpectAllLogsAttribute
TestMustExpectAllLogsAttribute(bool)
Initializes and returns an instance of TestMustExpectAllLogsAttribute.
선언
public TestMustExpectAllLogsAttribute(bool mustExpect = true)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| bool | mustExpect | A value indicating whether the test must expect all logs. |