Class AkkaEqualException
TBD
Inherited Members
Xunit.Sdk.XunitException.ToString()
Namespace: Akka.TestKit.Xunit2.Internals
Assembly: Akka.TestKit.Xunit2.dll
Syntax
[Serializable]
public class AkkaEqualException : XunitException, ISerializable, IAssertionException
Constructors
| Improve this Doc View SourceAkkaEqualException(SerializationInfo, StreamingContext)
Initializes a new instance of the Akka
Declaration
protected AkkaEqualException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
Serialization |
info | The Serialization |
Streaming |
context | The Streaming |
AkkaEqualException(String, Object[])
Initializes a new instance of the Akka
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
| Improve this Doc View SourceForMismatchedValues(Object, Object, String, Object[])
Declaration
public static AkkaEqualException ForMismatchedValues(object expected, object actual, string format = null, params object[] args)
Parameters
Returns
Type | Description |
---|---|
Akka |
Implements
Xunit.Sdk.IAssertionException