commit | 8c80095cd160ba768e774b9692aa8b3882877492 | [log] [tgz] |
---|---|---|
author | Thomas Draebing <thomas.draebing@sap.com> | Mon Apr 15 10:42:36 2019 +0200 |
committer | Thomas Draebing <thomas.draebing@sap.com> | Thu Apr 18 10:33:53 2019 +0200 |
tree | 5b76e7ad1bb5799a639a3b915d2f093af90f0678 | |
parent | 5f1739107b27e4cacef3a8c564a774bd331d4ac5 [diff] |
Use junit to provide a temporary directory for testing So far the java.nio.Files was used to create a cache directory during tests. Junit also provides a functionality to create temporary directories for tests. This change implements the usage of a junit rule to create a temporary directory. This also increases the similarity to the HA-plugin. Change-Id: Id184b12ab1abf6d0ca355c41f3313ff583c916a3