Skip to content
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

Closed
otoniel-isidoro opened this issue Sep 1, 2015 · 2 comments
Closed

[Improvement] Generic Column Type Assertions #22

otoniel-isidoro opened this issue Sep 1, 2015 · 2 comments

Comments

@otoniel-isidoro
Copy link

Should be possible to make assertions on columns that have type which is not mapped on assertj-db.

@otoniel-isidoro
Copy link
Author

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."

regis1512 added a commit that referenced this issue Sep 6, 2015
  [Improvement] Generic Column Type Assertions #22 (#22)
@regis1512
Copy link
Member

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.
I still need to implement these new methods for the columns of request, table and change.

regis1512 added a commit that referenced this issue Sep 7, 2015
…ect) for the columns

[Improvement] Generic Column Type Assertions #22 (#22)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants