#ifndef SERVICES_DEVICE_PUBLIC_MOJOM_SERIAL_MOJOM_TEST_UTILS_H_
#define SERVICES_DEVICE_PUBLIC_MOJOM_SERIAL_MOJOM_TEST_UTILS_H_
#include "services/device/public/mojom/serial.mojom.h"
namespace device::mojom {
class SerialPortManagerInterceptorForTesting : public SerialPortManager { … };
class SerialPortManagerAsyncWaiter { … };
class SerialPortManagerClientInterceptorForTesting : public SerialPortManagerClient { … };
class SerialPortManagerClientAsyncWaiter { … };
class SerialPortInterceptorForTesting : public SerialPort { … };
class SerialPortAsyncWaiter { … };
class SerialPortClientInterceptorForTesting : public SerialPortClient { … };
class SerialPortClientAsyncWaiter { … };
class SerialPortConnectionWatcherInterceptorForTesting : public SerialPortConnectionWatcher { … };
class SerialPortConnectionWatcherAsyncWaiter { … };
}
#endif