Updates the documentation for how testing should be done nowadays:
* Update imports/classes for upgrade to JUnit 5
* initMocks should no longer be used because it is deprecated in favor of MockitoExtension
* Remove Guava Lists
* Cleanup code using Java 11 constructs
Signed-off-by: Wouter Born <github@maindrain.net>
* Fix samba-tool testparm (#1650)
The actual command "samba-tool" was missing to run the "testparm" subcommand.
Signed-off-by: Schrotti <Schrott.Micha@web.de>
* Update auto_overview.md
Just some grammar / typo corrections
Signed-off-by: Rosi2143 <Schrott.Micha@web.de>
Signed-off-by: Schrotti <Schrott.Micha@web.de>
Co-authored-by: Per Skenhall <per_skenhall@hotmail.com>
There used to be the following "Default Tags" which are no longer used in the current semantic model:
* Lighting
* Switchable
* CurrentTemperature
* TargetTemperature
* CurrentHumidity
Related to openhab/openhab-addons#11313
Signed-off-by: Wouter Born <github@maindrain.net>
* A log4j2.xml file is used for configuring the logging instead of logback.xml
* All openHAB development is now done on the 'main' branches/streams (and not 2.5.x 3.0.x branches)
See:
* openhab/openhab-distro#1273
* openhab/openhab-distro#1278
Signed-off-by: Wouter Born <github@maindrain.net>
Add some detail to the Floor Plan documentation to show the correct URL to use for Browser and Android App to prevent blank images on the Android app related to non relative URL
Signed-off-by: Mark van Gelder <vangelder.mark@gmail.com>
Because / is allowed in Windows 10+, the path example should use / instead of \ because this will work on linux too
Signed-off-by: Michael Geramb <mail@michael-geramb.at>
Some of the links under `General remarks on parameters:` were broken and redirect to a 404 site.
Wrong link: `(items.html#item-syntax)`
Correct link: `({{base}}/configuration/items.html#item-syntax)`
Signed-off-by: Michael Bredehorn michael@bredehorn.nrw (github: bredmich)
* Update expire examples
Added a description that the expire parameter can be combined with items that are connected to a channel.
Added an example to show the correct syntax when combining channels and expire.
Signed-off-by: Michael Bredehorn michael@bredehorn.nrw (github: bredmich)
* Added several missing binding logos
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* Added UPnP
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* Added a few more icons
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
* Added documantation of 'ChannelDescriptionChangedEvent's
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
* Replaced Sets.newHashSet(...) by Set.of(...)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
Also-by: Bert Plonus <bert.plonus@miele.com>
Also-by: Martin Lepsy <martin.lepsy@miele.com>
Also-by: Benjamin Bolte <benjamin.bolte@itemis.de>
Signed-off-by: Björn Lange <bjoern.lange@itemis.de>
Co-authored-by: Björn Lange <blange@itemis.com>
* Add logo section to dev documentation
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
* Add SVG and zopflipng
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
* Remove SVG reference
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>
* Fix markdown lint error
Signed-off-by: Fabian Wolter <github@fabian-wolter.de>