aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/test/java/com/vaadin/data/NotEmptyTest.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-3/+5
| | | | Also removes dependency on junit.framework.TestCase .
* Provide a way to configure bean binder to auto set required fields (#8460)Denis2017-02-081-0/+117
@NotNull, @Size(min>1), @NotEmpty annotations are handled via default configuration which marks fields as required. Fixes #8382