Click or drag to resize
Akka.NETEqualsStringAndPathMatcher Constructor
TBD

Namespace:  Akka.TestKit.Internal.StringMatcher
Assembly:  Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public EqualsStringAndPathMatcher(
	string path,
	bool canBeRelative = true
)

Parameters

path
Type: SystemString
TBD
canBeRelative (Optional)
Type: SystemBoolean
TBD
See Also