https://github.com/born2snipe/zipunit
A Java API made for testing creation of zip files
https://github.com/born2snipe/zipunit
assert java java-api zip zipfiles
Last synced: about 1 month ago
JSON representation
A Java API made for testing creation of zip files
- Host: GitHub
- URL: https://github.com/born2snipe/zipunit
- Owner: born2snipe
- License: other
- Created: 2014-04-15T23:46:46.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T23:20:45.000Z (almost 10 years ago)
- Last Synced: 2025-02-17T12:45:32.625Z (4 months ago)
- Topics: assert, java, java-api, zip, zipfiles
- Language: Java
- Size: 191 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ZipUnit [](https://travis-ci.org/born2snipe/zipunit)
This is a simple Java API for testing Zip/Jar files
## Classes of interest
- [AssertZip][1] - allows asserting entries in a zip file
- [ZipBuilder][2] - a class for building zip files (ie. test zip files)[1]: https://github.com/born2snipe/zipunit/blob/master/src/main/java/zipunit/AssertZip.java "assert"
[2]: https://github.com/born2snipe/zipunit/blob/master/src/main/java/zipunit/ZipBuilder.java "builder"