* @brief perform one single check on the result of the algorithm with provided * parameters and expected output * * @param a first paramater for Euclidean algorithm * @param b second parameter for Euclidean algorithm * @param gcd expected value of result.gcd * @param x expected value of result.x * @param y expected value of result.y * * @returns void */
source not stored for this graph (policy: none)
no test coverage detected