commit | 8a7a83644f4f2a9ddfe0440eeed00d4f3056f633 | [log] [tgz] |
---|---|---|
author | Thomas Draebing <thomas.draebing@sap.com> | Mon Apr 15 11:22:33 2019 +0200 |
committer | Thomas Draebing <thomas.draebing@sap.com> | Thu Apr 18 10:33:53 2019 +0200 |
tree | e88eabddae7b7ebe2f15ffb11cd4139c32fc25a1 | |
parent | 8c80095cd160ba768e774b9692aa8b3882877492 [diff] |
Refactor test key assignment in cache tests Keys used for tests were either assigned to fields in the constructor or in test-methods. In case of `newkey`, this led to some code duplication. Following the example in the HA-plugin, the assignment of the test keys to variables was moved to the declaration of the fields and the field names were changed to make the code more readable. Change-Id: I16a7e2d3cf2a378bac422a0170f10aa7244a027f