aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/ui/TextFieldConstructorTest.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-6/+8
| | | | Also removes dependency on junit.framework.TestCase .
* Add convenience constructors for TextField (#597) (#8341)caalador2017-01-271-0/+70
Add convenience constructors for TextField (#597) Added TextField convenience constructors similar to the ones found in Vaadin framework 7