 | ITestKitAssertions.AssertFalse Method |
TBD
Namespace:
Akka.TestKit
Assembly:
Akka.TestKit (in Akka.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntaxvoid AssertFalse(
bool condition,
string format = "",
params Object[] args
)
abstract AssertFalse :
condition : bool *
?format : string *
args : Object[]
(* Defaults:
let _format = defaultArg format ""
*)
-> unit
Parameters
- condition
- Type: System.Boolean
TBD - format (Optional)
- Type: System.String
TBD - args
- Type:System.Object[]
TBD
See Also