larshp / abapGitServer

Git server implemented in ABAP
MIT License
64 stars 25 forks source link

ZCL_AGS_XSTREAM: add unit tests #101

Closed larshp closed 6 years ago

larshp commented 6 years ago

ZCL_AGS_XSTREAM: add unit tests

treisinger commented 6 years ago

I looked at class ZCL_AGS_XSTREAM and noticed that there are already some tests included. Is there a need for some other tests or improvements?

larshp commented 6 years ago

try checking the coverage, and see if there is any tests that can easily be added, if not we'll just close the issue

treisinger commented 6 years ago

Coverage looks ok to me. Only Create-Method is not covered, but I guess we can leave it.

image