aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/ui/ComponentTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove copyright headers from test code (#10770)Teemu Suo-Anttila2018-03-281-15/+0
|
* Update copyright year (#10761)Ilia Motornyi2018-03-271-1/+1
|
* Use static import of Assert in tests (#10126)Ahmed Ashour2017-10-031-4/+3
| | | | Also removes dependency on junit.framework.TestCase .
* Remove unused methods (#10020)Ahmed Ashour2017-09-201-2/+2
|
* Picked all changes from 7.7Teemu Suo-Anttila2017-03-071-0/+26
| | | | | Synchronises parts of compatibility package code to match 7.7 Picks suitable patches for 8 code as well
* Make it easy to invoke ServerRpc methods as part of unit tests (#8346)Artur2017-02-021-26/+0
| | | | | Executing RPC methods is useful when testing component interaction with the server. Not only inside the framework but also when creating add-ons and applications.
* Add private constructor for utility classesPer-Åke Minborg2016-11-021-0/+3
| | | | Change-Id: I80b73b653e97904605dc62484a7448f3bfbf7210
* Use diffstate for JS connectors (#20335)Leif Åstrand2016-10-171-0/+29
| | | | Change-Id: If2401d724f782ee76f92a6b89c54e51f90218bee
* Implement support for binding multi-select componentsLeif Åstrand2016-09-141-21/+13
| | | | | | | Also updates ComponentTest.getRpcProxy to use an approach that doesn't require the component to be attached to a UI. Change-Id: Iab4603a7818cd0fd2a3410660b90a2a839fb8a76
* Implement new RichTextAreaArtur Signell2016-09-121-0/+98
Change-Id: I6f430c77caaad6d610133f340eba960f2268897e