~thomas-voss/location-service/next

« back to all changes in this revision

Viewing changes to tests/mock_event_consumer.h

Merge lp:~thomas-voss/location-service/refactor-location-position.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    }
67
67
 
68
68
    MOCK_METHOD1(on_new_position, void(const location::Update<location::Position>&));
69
 
    MOCK_METHOD1(on_new_heading, void(const location::Update<location::Heading>&));
70
 
    MOCK_METHOD1(on_new_velocity, void(const location::Update<location::Velocity>&));
 
69
    MOCK_METHOD1(on_new_heading, void(const location::Update<location::units::Degrees>&));
 
70
    MOCK_METHOD1(on_new_velocity, void(const location::Update<location::units::MetersPerSecond>&));
71
71
 
72
72
private:
73
73
    // Notes down the arrival of a position update