Overload List
| Name | Description | |
|---|---|---|
| Expect(String) |
Expects the expression specified by text.
| |
| Expect(Regex) |
Expects the expression specified by regular expression.
| |
| Expect( ExpectAction ) |
Expects the specified expression and performs action when one is found.
| |
| Expect(String, TimeSpan) |
Expects the expression specified by text.
| |
| Expect(Regex, TimeSpan) |
Expects the expression specified by regular expression.
| |
| Expect(TimeSpan, ExpectAction ) |
Expects the specified expression and performs action when one is found.
|
See Also