Class MatchesAll
Implements
Inherited Members
Namespace: Akka.TestKit.Internal.StringMatcher
Assembly: Akka.TestKit.dll
Syntax
public class MatchesAll : IStringMatcher
Properties
| Improve this Doc View SourceInstance
Declaration
public static IStringMatcher Instance { get; }
Property Value
Type | Description |
---|---|
IStringMatcher |
Methods
| Improve this Doc View SourceIsMatch(String)
TBD
Declaration
public bool IsMatch(string s)
Parameters
Type | Name | Description |
---|---|---|
String | s | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |
ToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |