C# Класс Spatial4n.Tests.CustomAssert

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

EqualWithDelta() публичный статический Метод

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
Результат void

EqualWithDelta() публичный статический Метод

public static EqualWithDelta ( string msg, double expected, double actual, double delta ) : void
msg string
expected double
actual double
delta double
Результат void