Class EqualsStringAndPathMatcher
Implements
Inherited Members
Namespace: Akka.TestKit.Internal.StringMatcher
Assembly: Akka.TestKit.dll
Syntax
public class EqualsStringAndPathMatcher : IStringMatcher
Constructors
| Improve this Doc View SourceEqualsStringAndPathMatcher(String, Boolean)
TBD
Declaration
public EqualsStringAndPathMatcher(string path, bool canBeRelative = true)
Parameters
Type | Name | Description |
---|---|---|
String | path | TBD |
Boolean | canBeRelative | TBD |
Methods
| Improve this Doc View SourceIsMatch(String)
TBD
Declaration
public bool IsMatch(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path | TBD |
Returns
Type | Description |
---|---|
Boolean | TBD |
ToString()
TBD
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | TBD |