C# Class Spatial4n.Tests.CustomAssert

Exibir arquivo Open project: synhershko/Spatial4n

Public Methods

Method Description
EqualWithDelta ( double expected, double actual, double delta ) : void

This is purely here so that we have an easy was to make Xunit compatible with some of the JUnit tests methods

EqualWithDelta ( string msg, double expected, double actual, double delta ) : void

Method Details

EqualWithDelta() public static method

This is purely here so that we have an easy was to make Xunit compatible with some of the JUnit tests methods
public static EqualWithDelta ( double expected, double actual, double delta ) : void
expected double
actual double
delta double
return void

EqualWithDelta() public static method

public static EqualWithDelta ( string msg, double expected, double actual, double delta ) : void
msg string
expected double
actual double
delta double
return void