public class TestFailedLineManager extends java.lang.Object implements FileEditorManagerListener
Modifier and Type | Class and Description |
---|---|
static class |
TestFailedLineManager.TestInfo |
FileEditorManagerListener.Before
FILE_EDITOR_MANAGER
Constructor and Description |
---|
TestFailedLineManager(Project project) |
Modifier and Type | Method and Description |
---|---|
void |
fileClosed(FileEditorManager source,
VirtualFile file) |
TestStateStorage.Record |
getFailedLineState(PsiMethodCallExpression call) |
static TestFailedLineManager |
getInstance(Project project) |
TestFailedLineManager.TestInfo |
getTestInfo(PsiMethod psiMethod) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fileOpened, fileOpenedSync, selectionChanged
public TestFailedLineManager(Project project)
public static TestFailedLineManager getInstance(Project project)
public TestFailedLineManager.TestInfo getTestInfo(PsiMethod psiMethod)
public TestStateStorage.Record getFailedLineState(PsiMethodCallExpression call)
public void fileClosed(FileEditorManager source, VirtualFile file)
fileClosed
in interface FileEditorManagerListener