-
Notifications
You must be signed in to change notification settings - Fork 6
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
no notLessThan for 2 strings? also no Assert.greaterEqualThan, Assert.lessEqualThan? #93
Comments
is it possible to share the assert that triggered this error? This will help me to debug it. Also, it should work with the last release instead of the master branch. |
$ cat ab.d
|
Also I found there is no Assert.greaterEqualThan, Assert.lessEqualThan even for int? |
ping. Hit this problem again, we have notLessThan(), and Assert.notGreaterThan(), can we add alias to greaterEqualThan(), and lessEqualThan(). Thanks. |
I just added those 2 operations on the I have mixed feelings for allowing If you want to enable those operations for strings, the This should enable
|
Error: template instance fluentasserts.core.base.Assert.opDispatch!("notLessThan", string, string) error instantiating
The text was updated successfully, but these errors were encountered: