Method IsExpecting
IsExpecting(string?, string?)
Returns true if there is an existing expectation (i.e. we are waiting a response
from console) for the given terminator.
bool IsExpecting(string? terminator, string? value)
Returns true if there is an existing expectation (i.e. we are waiting a response
from console) for the given terminator.
bool IsExpecting(string? terminator, string? value)