-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Improvement] Generic Column Type Assertions #22
Comments
Just to don't forget as @regis1512 mentioned on #19 "Yes I have an idea for unmapped types : http://joel-costigliola.github.io/assertj/assertj-core-conditions.html Please let me time and i will talk with you about an idea." |
I did not implement my first thought (Condition) but i have started to implement isEqualTo(Object) and isNotEqualTo(Object). These methods work with Object which have an implementation of equals(...) method. |
Should be possible to make assertions on columns that have type which is not mapped on assertj-db.
The text was updated successfully, but these errors were encountered: