Class AkkaEqualException
TBD
Inherited Members
XunitException.ToString()
Namespace: Akka.TestKit.Xunit2.Internals
Assembly: Akka.TestKit.Xunit2.dll
Syntax
[Serializable]
public class AkkaEqualException : XunitException, ISerializable, IAssertionException
Constructors
| Edit this page View SourceAkkaEqualException(SerializationInfo, StreamingContext)
Initializes a new instance of the AkkaEqualException class.
Declaration
protected AkkaEqualException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
AkkaEqualException(string, params object[])
Initializes a new instance of the AkkaEqualException class.
Declaration
public AkkaEqualException(string format = "", params object[] args)
Parameters
Type | Name | Description |
---|---|---|
string | format | A template string that describes the error. |
object[] | args | An optional object array that contains zero or more objects to format. |
Methods
| Edit this page View SourceForMismatchedValues(object?, object?, string?, params object[])
Declaration
public static AkkaEqualException ForMismatchedValues(object? expected, object? actual, string? format = null, params object[] args)
Parameters
Type | Name | Description |
---|---|---|
object | expected | |
object | actual | |
string | format | |
object[] | args |
Returns
Type | Description |
---|---|
AkkaEqualException |
Implements
Xunit.Sdk.IAssertionException