Table of Contents

Class PredicateMatcher

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 PredicateMatcher : IStringMatcher
Inheritance
PredicateMatcher
Implements
Inherited Members

Constructors

PredicateMatcher(Predicate<string>, string)

TBD

public PredicateMatcher(Predicate<string> predicate, string hint = "")

Parameters

predicate Predicate<string>

TBD

hint string

TBD

Methods

IsMatch(string)

TBD

public bool IsMatch(string s)

Parameters

s string

TBD

Returns

bool

TBD

ToString()

TBD

public override string ToString()

Returns

string

TBD