Skip to content

Generate tests for overloading function #68

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ladisgin opened this issue Feb 3, 2022 · 0 comments
Open

Generate tests for overloading function #68

ladisgin opened this issue Feb 3, 2022 · 0 comments
Assignees
Labels
cpp-syntax Related to generation tests for C++ enhancement New feature or request

Comments

@ladisgin
Copy link
Member

ladisgin commented Feb 3, 2022

Add possibility to generate tests for function with parameters overloading.
like

int sum(int a, int b) {
    return a + b;
}

int sum(int a, int b, int c) {
    return a + b + c;
}

hint: also add human readable test name for such functions

@ladisgin ladisgin added cpp-syntax Related to generation tests for C++ enhancement New feature or request labels Feb 3, 2022
@ladisgin ladisgin self-assigned this Feb 9, 2022
@ladisgin ladisgin moved this to Todo in UTBot C/C++ Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp-syntax Related to generation tests for C++ enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

1 participant