Skip to content

Generate tests for overloading function #68

Open
@ladisgin

Description

@ladisgin

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

Metadata

Metadata

Assignees

Labels

cpp-syntaxRelated to generation tests for C++enhancementNew feature or request

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions