evant / binding-collection-adapter

Easy way to bind collections to listviews and recyclerviews with the new Android Data Binding framework
Apache License 2.0
1.92k stars 255 forks source link

Changed to use JUnit exception handling feature #197

Closed leofernandesmo closed 4 years ago

leofernandesmo commented 4 years ago

Improved exception handling in the test suite. The previous code is considered a test smell. The idea is giving preference to JUnit’s exception handling feature to automatically pass/fail the test instead of custom exception handling code or exception throwing.