Method AssertOnTimeout
AssertOnTimeout(string, TimeoutHelper)
Just a helper function to avoid having to write the entire assert just to check if you timed out.
Declaration
protected void AssertOnTimeout(string timeOutErrorMessage, TimeoutHelper assignedTimeoutHelper = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | timeOutErrorMessage | |
| TimeoutHelper | assignedTimeoutHelper |