UIUnitTest - Vaadin Add-on Directory
UIUnitTest for Vaadin 8UIUnitTest version 5.0.0-alpha1
### Version 5.0.0-alpha1
- The first experimental version, feedback welcome
UIUnitTest version 5.0.0-alpha2
### Version 5.0.0-alpha2
- Added AbstractDateField tester to make possible to test date input by text
- Changed some internal setValue methods to be protected
- Fixed errorMessage() to return cleaned text without html character encodings so that it is easier to assert
- Fixed isInteractable() check parents so that it is consistent with Browser state
UIUnitTest version 5.0.0-alpha3
### Version 5.0.0-alpha3
- Add Editor helpers in GridTester
- Find Grid editor components
- Fixed isInteractable to check parent visibility
- Fix JavaDocs
UIUnitTest version 5.0.0-alpha4
### Version 5.0.0-alpha4
- Fix locking issue in waitWhile
- Add column hiding and sorting support in GridTester
- Fix Grid Editor state issue
UIUnitTest version 5.0.0-alpha5
### Version 5.0.0-alpha5
- Fix focus() method not to re-focus already focused component
- Update license checker
UIUnitTest version 5.0.0-alpha6
### Version 5.0.0-alpha6
- Added row styleName and description support to GridTester
UIUnitTest version 5.0.0-alpha7
### Version 5.0.0-alpha7
- Fix bug: It was possible to focus non-interactable component.
UIUnitTest version 5.0.0-alpha8
### Version 5.0.0-alpha8
- Fix: Make MockVaadinSession serializable
UIUnitTest version 5.0.0-beta1
### Version 5.0.0.beta1
- Add Tester#isFocused
UIUnitTest version 5.0.0-beta2
### Version 5.0.0.beta2
- Fix: Clicking Grid items should make Grid gain focus
UIUnitTest version 5.0.0-beta3
### Version 5.0.0-beta3
- Fix issue with VaadinRequest.getCurrent() being null due weak reference.
UIUnitTest version 5.0.0-beta4
### Version 5.0.0.beta4
- Fix focus/blur behavior with Grid ComponentRenderer
UIUnitTest version 5.0.0
### Version 5.0.0
- Improved waitWhile