Table of Contents

Class EqualsStringAndPathMatcher

Namespace
Akka.TestKit.Internal.StringMatcher
Assembly
Akka.TestKit.dll

Note! Part of internal API. Breaking changes may occur without notice. Use at own risk.

public class EqualsStringAndPathMatcher : IStringMatcher
Inheritance
EqualsStringAndPathMatcher
Implements
Inherited Members

Constructors

EqualsStringAndPathMatcher(string, bool)

TBD

public EqualsStringAndPathMatcher(string path, bool canBeRelative = true)

Parameters

path string

TBD

canBeRelative bool

TBD

Methods

IsMatch(string)

TBD

public bool IsMatch(string path)

Parameters

path string

TBD

Returns

bool

TBD

ToString()

TBD

public override string ToString()

Returns

string

TBD