nealkumar / JBrew

The JBrew library collection is a set of of Java & JNI utility libraries featuring native facades that precisely tune elected garbage-collection sensitive operations for downstream consumers with use-cases hindered by the Java Memory Model. The library also seeks to abstract away syntax pitfalls in concurrency through its Task framework.
https://jbrew.org/
BSD 3-Clause Clear License
0 stars 0 forks source link

Add RetrievableTask Unit Tests to expand code coverage #9

Open nealkumar opened 4 years ago

nealkumar commented 4 years ago

Describe the bug Unit tests are needed to expand code testing coverage. There should be a new branch, "unit_tests" created, which will integrate unit testing (so that coverage is at least 50%) for each respective Task in software.nealk.concurrent.tasks.

nealkumar commented 4 years ago

In progress on branch "Unit_Testing." Presently up to 33% coverage.

nealkumar commented 4 years ago

Up to 37% coverage after release of v0.2.7

nealkumar commented 4 years ago

Ticket Status This ticket's status has been updated to: HOLD

Remarks Unit tests cannot be conducted until #15 has been closed.

nealkumar commented 4 years ago

Ticket Status This ticket's status has been updated to: OPEN

Remarks Although the library already has an assortment of tests at this point, new contributors are welcome to start off by writing unit or integration tests for the library. To get started, simply comment on the ticket, then link your pull request to #9.