mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
Clean up test for apis added by Analytics.
PiperOrigin-RevId: 420187861
This commit is contained in:
committed by
Copybara-Service
parent
acc6f2de9a
commit
fa2b583245
@@ -53,15 +53,11 @@ class MockEndpointChannel : public EndpointChannel {
|
||||
MOCK_METHOD(Exception, Write, (const ByteArray& data), (override));
|
||||
MOCK_METHOD(void, Close, (), (override));
|
||||
MOCK_METHOD(void, Close, (DisconnectionReason reason), (override));
|
||||
// TODO(jfcarroll): This needs to be fixed properly
|
||||
MOCK_METHOD(proto::connections::ConnectionTechnology, GetTechnology, (),
|
||||
(const override));
|
||||
// TODO(jfcarroll): This needs to be fixed properly
|
||||
MOCK_METHOD(proto::connections::ConnectionBand, GetBand, (),
|
||||
(const override));
|
||||
// TODO(jfcarroll): This needs to be fixed properly
|
||||
MOCK_METHOD(int, GetFrequency, (), (const override));
|
||||
// TODO(jfcarroll): This needs to be fixed properly
|
||||
MOCK_METHOD(int, GetTryCount, (), (const override));
|
||||
MOCK_METHOD(std::string, GetType, (), (const override));
|
||||
MOCK_METHOD(std::string, GetName, (), (const override));
|
||||
|
||||
Reference in New Issue
Block a user