Team-Astra / apex-test-class-generator

Salesforce Auto Test Class Generator for Visual Studio Code
5 stars 7 forks source link

Idea - create settings with an option to choose a name for the test class #1

Open dbrandejs opened 4 years ago

dbrandejs commented 4 years ago

Currently, the extension generates a test class with the name: "Test" + nameOfClass. It would be great if we could decide in settings, how the generated test class should be named, e.g. allow us to append the "Test" annotation or any other string before or after the name of the class. Or let us choose a completely different name altogether. Many Salesforce companies and projects use different naming conventions and this would save time from renaming the class every time after it's generated.