Click or drag to resize
Akka.NETXunitAssertions.AssertTrue 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 AssertTrue(
	bool condition,
	string format = "",
	params Object[] args
)

Parameters

condition
Type: System.Boolean
TBD
format (Optional)
Type: System.String
TBD
args
Type:System.Object[]
TBD

Implements

ITestKitAssertions.AssertTrue(Boolean, String,Object[])
See Also