| EqualsStringAndPathMatcher Constructor |
TBD
Namespace:
Akka.TestKit.Internal.StringMatcher
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
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