leibnitz27 / cfr

This is the public repository for the CFR Java decompiler
https://www.benf.org/other/cfr
MIT License
1.93k stars 249 forks source link

Are there any automatic tests? #271

Closed luca-vercelli closed 2 years ago

luca-vercelli commented 2 years ago

I don't see any junit tests, am I wrong? how can I programmatically test this program on some class?

leibnitz27 commented 2 years ago

I've (slight laziness on my part but also forces decoupling of jvm requirements) ended up with a separate repo for testing

See

https://github.com/leibnitz27/cfr_tests

On Mon, 20 Sep 2021, 11:21 luca-vercelli, @.***> wrote:

I don't see any junit tests, am I wrong? how can I programmatically test this program on some class?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/leibnitz27/cfr/issues/271, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABFXCECT5UPILTX2YWZD7ADUC4DLHANCNFSM5ELT7QFA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

luca-vercelli commented 2 years ago

thank you