public class JavaTestCreator extends java.lang.Object implements TestCreator
| Constructor and Description |
|---|
JavaTestCreator() |
| 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?
|
public boolean isAvailable(Project project, Editor editor, PsiFile file)
TestCreatorisAvailable in interface TestCreatorpublic void createTest(Project project, Editor editor, PsiFile file)
TestCreatorcreateTest in interface TestCreator