We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@Test public void unit_strategy_entityComparator_expectedNull(){ EntityComparator comparator=new EntityComparator(); comparator.compare(new SimpleModel("test",123),null); }
The text was updated successfully, but these errors were encountered:
Adding tests to reproduce issue #36
d55c8a4
fix null comparisons #36
35089cf
Adding helper class for null comparisons prior to actual comparator and updated in DateTimeComparator, EntityComparator and ChildEntityComparator
Name refactoring for Null Comparator #36
519dac2
d77fbc8
653cf27
ecde704
972941a
be09689
8fa477f
costea32
No branches or pull requests
@Test public void unit_strategy_entityComparator_expectedNull(){ EntityComparator comparator=new EntityComparator(); comparator.compare(new SimpleModel("test",123),null); }
The text was updated successfully, but these errors were encountered: