summaryrefslogtreecommitdiffstats
path: root/testbench-api
Commit message (Collapse)AuthorAgeFilesLines
* Add a maven plugin for formatting according to Eclipse settingsLeif Åstrand2017-02-011-9/+10
| | | | | Running formatter:format will format all files in a submodule using an embedded Eclipse compiler (based on Neon SR1) according to the regular formatting settings file.
* Add getHeaderCellByCaption method to tb-api GridElement (#8248)rogozinds2017-01-171-7/+59
| | | | * Add getHeaderCellByCaption method to tb-api GridElement
* Fix TestBench API imports (#8112)Teemu Suo-Anttila2017-01-135-15/+129
| | | | | | | | | | | | | | | | | | | | * Fix TestBench API imports, move functionality from custom elements * Fixes to TestBench APIs and JavaDocs * Merge remote-tracking branch 'origin/master' into 578_tbapi_cleanup * Fix method name in CheckBoxGroupTest * Remove unused custom element classes * Implement getOptions using getOptionElements * Replace setValue with setSelection in CheckBoxGroupElement * Rename CheckBoxGroupElement getSelection to getValue * Fix one last method
* Import element tests from TestBench (#8117)Artur2017-01-116-30/+51
| | | Contains some additional tests and element changes based on review.
* Add maven-source plugin to testbench-api (#8167)rogozinds2017-01-091-1/+13
|
* Include Framework Element API for TestBench in the project (#8014)Artur2016-12-2277-0/+4145
This makes it possible to use the latest Element classes in the framework tests and to simplify the build process. The license for the included element classes are changed to Apache2