eclipse.platform.ui icon indicating copy to clipboard operation
eclipse.platform.ui copied to clipboard

Find/Replace History: write Unit Tests

Open Wittmaxi opened this issue 1 year ago • 0 comments

Quoted from @HeikoKlare at https://github.com/eclipse-platform/eclipse.platform.ui/pull/2095#issuecomment-2233130532

Yes, makes sense. We can have unit tests for the business logic (HistoryStore) as well as integration tests for the UI, such as simulating key up/down events to navigate through the history for both evaluating that the business logic is integrated correctly and that the UI interaction works as expected.

Wittmaxi avatar Jul 18 '24 09:07 Wittmaxi