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)
TestCreator
isAvailable
in interface TestCreator
public void createTest(Project project, Editor editor, PsiFile file)
TestCreator
createTest
in interface TestCreator