ARSCLib icon indicating copy to clipboard operation
ARSCLib copied to clipboard

Add tests

Open MuntashirAkon opened this issue 2 years ago • 2 comments

Test the library using unit tests. This will help the maintainers as well as developers:

  1. Prevent issues due to regression by ensuring continuous testing via GitHub actions, for example
  2. Developers can quickly understand how to use the library by looking at the tests.

MuntashirAkon avatar Jan 09 '23 09:01 MuntashirAkon

Thank you ! This will be the next milestone. For now if you need example for implementation of this project check APKEditor

REAndroid avatar Jan 09 '23 17:01 REAndroid

Thanks for finally adding some tests. Tests should use real-life manifest files. I would suggest using AndroidManifest files from HMS Core and NP Manager. The former has the largest manifest you'll ever find, and the latter is the only known example of an AXML with a null header.

MuntashirAkon avatar Jul 09 '23 16:07 MuntashirAkon