| EqualsStringAndPathMatcher 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
)
new :
path : string *
?canBeRelative : bool
(* Defaults:
let _canBeRelative = defaultArg canBeRelative true
*)
-> EqualsStringAndPathMatcher
Parameters
- path
- Type: SystemString
TBD - canBeRelative (Optional)
- Type: SystemBoolean
TBD
See Also