eclipse-ee4j / starter

Eclipse Starter for Jakarta EE
Eclipse Public License 2.0
49 stars 40 forks source link

Add automated testing for UI #275

Open geziefer opened 1 year ago

geziefer commented 1 year ago

So far, we don't have a single unit test, not even the src/test folder is there. There is not much, the ui is doing, but at least some business logic is involved and might break by changes, so we should think of some reasonable tests.

Higher level tests, including UI or generation is so far done manually, but there might also be some cases which might makes sense on top of unit tests, as there is for example validation involved or caching depending on the input.