| XunitAssertionsAssertFalse Method |
TBD
Namespace:
Akka.TestKit.Xunit2
Assembly:
Akka.TestKit.Xunit2 (in Akka.TestKit.Xunit2.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public void AssertFalse(
bool condition,
string format = "",
params Object[] args
)
abstract AssertFalse :
condition : bool *
?format : string *
args : Object[]
(* Defaults:
let _format = defaultArg format ""
*)
-> unit
override AssertFalse :
condition : bool *
?format : string *
args : Object[]
(* Defaults:
let _format = defaultArg format ""
*)
-> unit
Parameters
- condition
- Type: SystemBoolean
TBD - format (Optional)
- Type: SystemString
TBD - args
- Type: SystemObject
TBD
Implements
ITestKitAssertionsAssertFalse(Boolean, String, Object)See Also