Skip to content
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

Write basic unit tests (non-visual, no GUI) #13

Closed
dustinkredmond opened this issue Mar 17, 2021 · 1 comment
Closed

Write basic unit tests (non-visual, no GUI) #13

dustinkredmond opened this issue Mar 17, 2021 · 1 comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@dustinkredmond
Copy link
Owner

Writing tests for JavaFX applications, or GUI applications in general isn't much fun. It's quite hard to automate. Especially in a headless build environment. There are some great projects out there for it, but this Issue is centered around the non-GUI aspects of the library, and would be great for first time contributors.

All of that being said, FXTrayIcon lacks basic unit tests, if we call the show() method, we should check that an instance of fxTrayIcon.isShowing() returns true and the like.

I've been rather busy with work lately and my open source projects have seen the neglect associated with that. If anyone who uses/knows/loves FXTrayIcon could contribute some of these unit tests, I would be eternally grateful. It's fairly easy work, I just lack the time right now, and the folks who use the library should be able to have confidence that it will continue to be supported and improved.

I would also ask that if you've contributed to open source before, please leave this for someone else.

Many thanks,

@dustinkredmond dustinkredmond added good first issue Good for newcomers help wanted Extra attention is needed labels Mar 17, 2021
@dustinkredmond
Copy link
Owner Author

Closing due to lack of interest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant