IanDarwin / pdfshow

Deliver/present talks from PDFs - A simple PDF presenter oriented towards slideshow decks in PDF form
Other
8 stars 4 forks source link

More Unit Tests #26

Open IanDarwin opened 4 years ago

IanDarwin commented 4 years ago

There are at present too few Unit Tests for the intermediate code like the GObs and the States. A mocking framework will be needed to mock out the Swing Components where applicable.

IanDarwin commented 4 years ago

Anybody that knows Java knows JUnit. Will accept pull requests with even a few new tests. Use JUnit 4 or 5 as you wish (but not 3.8 please :-))