DevAhamed / MultiViewAdapter

Easily create complex recyclerview adapters in android
https://devahamed.github.io/MultiViewAdapter
Apache License 2.0
818 stars 149 forks source link

Add ui tests #7

Closed DevAhamed closed 7 years ago

DevAhamed commented 7 years ago

The entire library is not tested. Adding test cases will help the library to iterate quickly and ensures the new feature doesn't break.

DevAhamed commented 7 years ago

Added unit test cases and instrumentation test cases. Released with v1.2.1. Unit and instrumentation test cases covers almost 55% of the library's code. So we can close this now.