-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Should I implement assertEquals(float[], float[]) and assertEquals(double[], double[]) versions with delta? #1803
Labels
Comments
The idea is good, feel free to propose a PR :) |
@atulagrawal Maybe you'd like to fix it? :) |
Sure. I will take this up. |
atulagrawal
added a commit
to atulagrawal/testng
that referenced
this issue
Jul 2, 2018
atulagrawal
added a commit
to atulagrawal/testng
that referenced
this issue
Jul 2, 2018
2 tasks
atulagrawal
added a commit
to atulagrawal/testng
that referenced
this issue
Jul 2, 2018
Thank you! Could you please also add the |
@danilcha please open a new issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently TestNG contains
assertEquals(float[], float[])
andassertEquals(double[], double[])
overloads, but no versions withdelta
parameter. They are rather useless without them. Should I make a pull request?The text was updated successfully, but these errors were encountered: