-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unit Tests? #9
Comments
this is a simple GUI app, not sure what can be tested, but you are free to add if you like |
The GUI parts are not nice to test with junit, testing the underlying EntryIndex / ClassInformation and obviously javad parts would be the task at hand. I just wanted to add the folders (silencing maven), but then tested the old/new javad versions (which still can be used from jar-explorer.jar) as integration test (mainly checking for uncatched Exceptions). @ipolevoy actually there are some things that likely should run with the current tests, but aren't: Maybe you find the time to generate some simple test cases for EntryIndex / ClassInformation. |
I do not recall writing this, maybe this class is some proof of concept? I'm stressed by current project, if you feel adding tests will benefit, go ahead. |
It looks like the program was started from the standard maven artifact. It therefore includes junit and (before the conversion to GitHub) had an empty test folder.
Do you have any unit tests to add (otherwise I'll drop the junit dependency [a small overhaul of the POM is the last thing I plan to do])?
The text was updated successfully, but these errors were encountered: