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.
This test currently mimics the implementation of the
TransferGroup
in order to test calls to aTypeChangingDecorator
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.