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

Add JUnit test support #339

Open
magreenblatt opened this issue Jul 1, 2019 · 2 comments
Open

Add JUnit test support #339

magreenblatt opened this issue Jul 1, 2019 · 2 comments
Labels
task Task to be performed

Comments

@magreenblatt
Copy link
Collaborator

Original report by me.


To ensure the quality of JCEF we should begin writing unit tests. JUnit seems a reasonable choice as it appears to support the functionality that we need and can be integrated with a number of different IDEs and build systems.

@magreenblatt
Copy link
Collaborator Author

Add initial JUnit test support (see issue #339).

Unit tests can be run from the command line using the run_tests.[bat|sh] script.
Currently supported on Windows and Linux only.

Known issues:

  • Linux: TestFrame hangs due to the onBeforeClose event not being delivered.

→ <<cset d0f5129e0d06 (bb)>>

@magreenblatt
Copy link
Collaborator Author

  • edited description

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Task to be performed
Projects
None yet
Development

No branches or pull requests

1 participant