public interface TestCreator
com.intellij.testCreator, see LanguageTestCreators
To decorate creating test action consider implementing ItemPresentation
| Modifier and Type | Method and Description |
|---|---|
void |
createTest(Project project,
Editor editor,
PsiFile file)
Triggered when the user actually selects the "Create New Test..." action from the popup.
|
boolean |
isAvailable(Project project,
Editor editor,
PsiFile file)
Should "Create Test" action be available in this context?
|