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