java-cef icon indicating copy to clipboard operation
java-cef copied to clipboard

Add JUnit test support

Open magreenblatt opened this issue 6 years ago • 2 comments

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 avatar Jul 01 '19 15:07 magreenblatt

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 avatar Jul 01 '19 15:07 magreenblatt

  • edited description

magreenblatt avatar Jul 01 '19 15:07 magreenblatt