-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
ctg-refactoringIssue related to refactoring processIssue related to refactoring process
Description
Description
We have UtTestCase
class consisting of several UtExecution
s. It encapsulates all tests scenarios related to single method test generation. It is confusing because usually "test case" means one test scenario, not many.
The suggestion is to rename UtTestCase
into something more clear.
Options:
- UtMethodTestSet
- UtTestCases
- UtMethodTestSuite
Context
UtTestCase
is our API class representing generated test scenarios for one method under analysis.
Metadata
Metadata
Assignees
Labels
ctg-refactoringIssue related to refactoring processIssue related to refactoring process
Type
Projects
Status
Done