Tehreer / Tehreer-Android

Standalone text engine for Android aimed to be free from platform limitations
Apache License 2.0
89 stars 16 forks source link

Primitive Collections Testing #11

Open mta452 opened 6 years ago

mta452 commented 6 years ago

The primitive collections are at the core of the library. Even a minor mistake can have a huge impact on the stability. General test cases should be available to check the correctness of concrete implementations.

mta452 commented 6 years ago

Wrote unit tests for all IntList implementations in v2.2. Other collections are pending for now.