-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Labels
comp-uiImprovements of plugin UI appearence and functionalityImprovements of plugin UI appearence and functionalityctg-bugIssue is a bugIssue is a bugstatus-verifiedBug fix is verifiedBug fix is verified
Description
Description
If a test file with some name has already been created, but there is no test class in it, generating tests in this file will not be finished successfully.
To Reproduce
- Create class A
- Create file ATest without class ATest in similar package in test root
- Generate tests for A
Expected behavior
Tests are generated successfully. The content of ATest file is overwritten with generated test code.
Actual behavior
Test generation fails with error popup: "Failed to Create Class"
Metadata
Metadata
Assignees
Labels
comp-uiImprovements of plugin UI appearence and functionalityImprovements of plugin UI appearence and functionalityctg-bugIssue is a bugIssue is a bugstatus-verifiedBug fix is verifiedBug fix is verified
Type
Projects
Status
Done