Click or drag to resize
Akka.NETXunitAssertions.AssertEqual<T> Method (T, T, Func<T, T, Boolean>, String,Object[])
TBD

Namespace:  Akka.TestKit.Xunit
Assembly:  Akka.TestKit.Xunit (in Akka.TestKit.Xunit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public void AssertEqual<T>(
	T expected,
	T actual,
	Func<T, T, bool> comparer,
	string format = "",
	params Object[] args
)

Parameters

expected
Type: T
TBD
actual
Type: T
TBD
comparer
Type: System.Func<T, T, Boolean>
TBD
format (Optional)
Type: System.String
TBD
args
Type:System.Object[]
TBD

Type Parameters

T
TBD

Implements

ITestKitAssertions.AssertEqual<T>(T, T, Func<T, T, Boolean>, String,Object[])
Exceptions
ExceptionCondition
AkkaEqualExceptionTBD
See Also