59#ifndef PERCENT_COORDINATE_FAKES_H
60#define PERCENT_COORDINATE_FAKES_H
67#include "../percent_coordinate.h"
69#define PERCENT_COORDINATE_FAKES(FAKE) \
70 FAKE(gu_percent_coordinate_equals) \
71 FAKE(gu_percent_coordinate_x_lower_bound) \
72 FAKE(gu_percent_coordinate_y_lower_bound) \
73 FAKE(gu_percent_coordinate_x_upper_bound) \
74 FAKE(gu_percent_coordinate_y_upper_bound)
#define DECLARE_FAKE_VALUE_FUNC(...)
percent_d gu_percent_coordinate_x_upper_bound(const gu_percent_coordinate arg0)
percent_d gu_percent_coordinate_x_lower_bound(const gu_percent_coordinate arg0)
percent_d gu_percent_coordinate_y_lower_bound(const gu_percent_coordinate arg0)
bool gu_percent_coordinate_equals(const gu_percent_coordinate arg0, const gu_percent_coordinate arg1, const percent_d arg2)
percent_d gu_percent_coordinate_y_upper_bound(const gu_percent_coordinate arg0)
A gu_percent_coordinate represents the coordinate of a pixel within an image.