ChimeraTK / ControlSystemAdapter

An adapter layer which allows to use control applications with different control system software environments.
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Use a TransferGroup in testTypeChangingDecorator #27

Closed ckampm closed 4 years ago

ckampm commented 4 years ago

This test currently mimics the implementation of the TransferGroup in order to test calls to a TypeChangingDecorator by a transfer group. Instead, an actual transfer group should be used.

This is partly a follow-up to #26. I had be change the mimicking implementation in the test to adapt to changes in the actual implementation otherwise. To cover changes in DeviceAccess#116, the tests needs to be extended to also check if after reading, copying to the buffer only happens if there is new data.