Class StartsWithString
Implements
Inherited Members
Namespace: Akka.TestKit.Internal.StringMatcher
Assembly: Akka.TestKit.dll
Syntax
public class StartsWithString : IStringMatcher
Constructors
| Edit this page View SourceStartsWithString(string)
TBD
Declaration
public StartsWithString(string start)
Parameters
Type | Name | Description |
---|---|---|
string | start | TBD |
Methods
| Edit this page View SourceIsMatch(string)
TBD
Declaration
public bool IsMatch(string s)
Parameters
Type | Name | Description |
---|---|---|
string | s | TBD |
Returns
Type | Description |
---|---|
bool | TBD |
ToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | TBD |