Interface IStringMatcher
Namespace: Akka.TestKit.Internal.StringMatcher
Assembly: Akka.TestKit.dll
Syntax
public interface IStringMatcher
Methods
| Edit this page View SourceIsMatch(string)
TBD
Declaration
bool IsMatch(string s)
Parameters
Type | Name | Description |
---|---|---|
string | s | TBD |
Returns
Type | Description |
---|---|
bool | TBD |