Class ArrayAssertions
- Namespace
- TUnit.Assertions.Extensions
- Assembly
- MathAssertions.TUnit.dll
public static class ArrayAssertions
- Inheritance
-
ArrayAssertions
- Inherited Members
Methods
IsApproximatelyEqualTo(IAssertionSource<double[]>, double[], double, string?, string?)
Generated extension method for IsApproximatelyEqualTo
public static DoubleArray_IsApproximatelyEqualTo_DoubleArray_Double_Assertion IsApproximatelyEqualTo(this IAssertionSource<double[]> source, double[] expected, double tolerance, string? expectedExpression = null, string? toleranceExpression = null)
Parameters
sourceIAssertionSource<double[]>expecteddouble[]tolerancedoubleexpectedExpressionstringtoleranceExpressionstring
Returns
IsApproximatelyEqualTo(IAssertionSource<float[]>, float[], float, string?, string?)
Generated extension method for IsApproximatelyEqualTo
public static FloatArray_IsApproximatelyEqualTo_FloatArray_Float_Assertion IsApproximatelyEqualTo(this IAssertionSource<float[]> source, float[] expected, float tolerance, string? expectedExpression = null, string? toleranceExpression = null)
Parameters
sourceIAssertionSource<float[]>expectedfloat[]tolerancefloatexpectedExpressionstringtoleranceExpressionstring