-   Notifications  
You must be signed in to change notification settings  - Fork 45
 
Closed
Labels
ctg-enhancementNew feature, improvement or change requestNew feature, improvement or change requestpriority-top-focusTop priority chosen by dev teamTop priority chosen by dev team
Description
Description
Fuzzer can provide more information about values to produce a better names for functions, such as testWithIntegerMinValue, testWithStringConstant, etc. We can combine names for several parameters as well using 'and' like this: testWithCharDefaultValueAndIntegerConstant.
Also, fuzzer models can provide this info within the values to generate names by another methods.
Expected behavior
Fuzzer generated methods should have more meaningful names instead of testMethodByFuzzer0. For example, if there's a method void foo(int value) next test can be generated:
testFooWithIntegerDefaultValuetestFooWithIntegerMinValuetestFooWithIntegerConstantValue
Tests with same group but different values can have number in the name.
Metadata
Metadata
Assignees
Labels
ctg-enhancementNew feature, improvement or change requestNew feature, improvement or change requestpriority-top-focusTop priority chosen by dev teamTop priority chosen by dev team
Type
Projects
Status
Done