Constructor TestMustExpectAllLogsAttribute
TestMustExpectAllLogsAttribute(bool)
Initializes and returns an instance of TestMustExpectAllLogsAttribute.
Declaration
public TestMustExpectAllLogsAttribute(bool mustExpect = true)
Parameters
Type | Name | Description |
---|---|---|
bool | mustExpect | A value indicating whether the test must expect all logs. |