Testing Device Adapter now uses ArrayHandle for all device transfers
requested to merge robertmaynard/vtk-m:testing_device_adapter_remove_array_manager_execution_usage into master
The consistent API for control to execution memory transfers is the ArrayHandle class. Previously the tests would verify memory transfer by calling the ArrayManagerExecution class directly. This is problematic as the class isn't used by ArrayHandle<T, StorageBasic>.