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