Skip navigation links
A B C D E G H I J L M O P R S T W 

A

append(ILoggingEvent) - Method in class org.magictest.eclipse.LogAppender
 

B

BrowserSupport - Class in org.magictest.eclipse
Supporting methods for the Eclipse browser.
BrowserSupport() - Constructor for class org.magictest.eclipse.BrowserSupport
 

C

checkConditions(IProgressMonitor, CheckConditionsContext) - Method in class org.magictest.eclipse.MagicTestRenameParticipant
 
className - Variable in class org.magictest.eclipse.SelectInfo
class name (including package, null if packageName is set)
CommandHandler - Class in org.magictest.eclipse
Handle command for a user event.
CommandHandler(ExecutionEvent) - Constructor for class org.magictest.eclipse.CommandHandler
Constructor.
createChange(IProgressMonitor) - Method in class org.magictest.eclipse.MagicTestRenameParticipant
 

D

deleteTest(SelectInfo) - Static method in class org.magictest.eclipse.CommandHandler
Deletes tests.
deleteTest(SelectInfo) - Static method in class org.magictest.eclipse.MagicTestLauncher
Delete test.
doWatchBrowser() - Static method in class org.magictest.eclipse.BrowserSupport
 

E

execute(ExecutionEvent) - Method in class org.magictest.eclipse.RunProfileTestHandler
 
execute(ExecutionEvent) - Method in class org.magictest.eclipse.RunTestHandler
 
execute(ExecutionEvent) - Method in class org.magictest.eclipse.SaveTestHandler
 
execute(ExecutionEvent) - Method in class org.magictest.eclipse.ShowActualReportHandler
 
execute(ExecutionEvent) - Method in class org.magictest.eclipse.ShowReferenceReportHandler
 
execute(ExecutionEvent) - Method in class org.magictest.eclipse.ShowTestHandler
 

G

getActivePage(IWorkbenchWindow) - Static method in class org.magictest.eclipse.tools.WorkbenchTools
 
getActivePage() - Static method in class org.magictest.eclipse.tools.WorkbenchTools
 
getActiveWindow(IWorkbench) - Static method in class org.magictest.eclipse.tools.WorkbenchTools
 
getActiveWindow() - Static method in class org.magictest.eclipse.tools.WorkbenchTools
 
getAnnotations(IMethod) - Static method in class org.magictest.eclipse.tools.JdtTools
 
getCompilationUnit(IJavaElement) - Static method in class org.magictest.eclipse.tools.JdtTools
 
getExistingFile(String, String) - Static method in class org.magictest.eclipse.tools.ResourceTools
This method returns null if the file does not exist.
getFile(String, String) - Static method in class org.magictest.eclipse.tools.ResourceTools
Note that the file may or may not exist.
getFile(String, String, String) - Static method in class org.magictest.eclipse.tools.ResourceTools
 
getFileLocation(IFile) - Static method in class org.magictest.eclipse.tools.ResourceTools
Returns location of file in file system (e.g.
getFileLocation(IProject, String) - Static method in class org.magictest.eclipse.tools.ResourceTools
Returns location of project in file system (e.g.
getFolder(String, String) - Static method in class org.magictest.eclipse.tools.ResourceTools
Note that the folder may or may not exist.
getJavaElement(IFile) - Static method in class org.magictest.eclipse.tools.JdtTools
 
getJavaModel() - Static method in class org.magictest.eclipse.tools.JdtTools
 
getJavaProject(String) - Static method in class org.magictest.eclipse.tools.JdtTools
Returns Java project.
getJavaProjects() - Static method in class org.magictest.eclipse.tools.JdtTools
 
getLocation(IPath) - Static method in class org.magictest.eclipse.tools.ResourceTools
Returns location as OS path.
getMethod(String, String, String) - Static method in class org.magictest.eclipse.tools.JdtTools
Get method with specified project, class and method name.
getMethod(IType, String) - Static method in class org.magictest.eclipse.tools.JdtTools
 
getName() - Method in class org.magictest.eclipse.MagicTestRenameParticipant
 
getPackage(String, String) - Static method in class org.magictest.eclipse.tools.JdtTools
 
getPackage(IJavaProject, String) - Static method in class org.magictest.eclipse.tools.JdtTools
 
getProject(String) - Static method in class org.magictest.eclipse.tools.ResourceTools
 
getProjectLocation(IProject) - Static method in class org.magictest.eclipse.tools.ResourceTools
Returns project location as OS path.
getProjects() - Static method in class org.magictest.eclipse.tools.ResourceTools
 
getSourceFolder(String, String) - Static method in class org.magictest.eclipse.tools.JdtTools
 
getSourceFolder(IJavaProject, String) - Static method in class org.magictest.eclipse.tools.JdtTools
 
getSourceFolders(IJavaProject) - Static method in class org.magictest.eclipse.tools.JdtTools
Returns source folders.
getSuperclass(IType) - Static method in class org.magictest.eclipse.tools.JdtTools
 
getTestMethod(String, String, String) - Static method in class org.magictest.eclipse.tools.JdtTools
Get test method with specified project, class and method name.
getTestMethod(IType, String) - Static method in class org.magictest.eclipse.tools.JdtTools
 
getType(String, String) - Static method in class org.magictest.eclipse.tools.JdtTools
 
getType(IJavaProject, String) - Static method in class org.magictest.eclipse.tools.JdtTools
 
getWorkbench() - Static method in class org.magictest.eclipse.tools.WorkbenchTools
 
getWorkspaceLocation() - Static method in class org.magictest.eclipse.tools.ResourceTools
Returns location of workspace in file system (e.g.
getWorkspaceRoot() - Static method in class org.magictest.eclipse.tools.ResourceTools
 

H

hideView(String) - Static method in class org.magictest.eclipse.tools.WorkbenchTools
 

I

initialize(Object) - Method in class org.magictest.eclipse.MagicTestRenameParticipant
 
initialize(RefactoringProcessor, Object, RefactoringArguments) - Method in class org.magictest.eclipse.MagicTestRenameParticipant
invalidateTest(SelectInfo) - Static method in class org.magictest.eclipse.CommandHandler
Invalidates tests.
invalidateTest(SelectInfo) - Static method in class org.magictest.eclipse.MagicTestLauncher
Invalidate test.
isPackageEmpty(IPackageFragment) - Static method in class org.magictest.eclipse.tools.JdtTools
 
isTestMethod(IMethod) - Static method in class org.magictest.eclipse.tools.JdtTools
 

J

JdtTools - Class in org.magictest.eclipse.tools
Tools for working with the JDT.
JdtTools() - Constructor for class org.magictest.eclipse.tools.JdtTools
 

L

LogAppender - Class in org.magictest.eclipse
A custom Logback appender which redirects output to the Eclipse error log.
LogAppender() - Constructor for class org.magictest.eclipse.LogAppender
 

M

MagicTestLauncher - Class in org.magictest.eclipse
Run test using MagicTest.
MagicTestLauncher() - Constructor for class org.magictest.eclipse.MagicTestLauncher
 
MagicTestNGLauncher - Class in org.magictest.eclipse
Run test using MagicTestNG.
MagicTestNGLauncher() - Constructor for class org.magictest.eclipse.MagicTestNGLauncher
 
MagicTestRenameParticipant - Class in org.magictest.eclipse
TODO: Currently not used.
MagicTestRenameParticipant() - Constructor for class org.magictest.eclipse.MagicTestRenameParticipant
 
methodName - Variable in class org.magictest.eclipse.SelectInfo
method name (may be null if a whole class should be run)

O

open(IJavaElement) - Static method in class org.magictest.eclipse.tools.JdtTools
Open and activate an editor for specified element.
org.magictest.eclipse - package org.magictest.eclipse
 
org.magictest.eclipse.tools - package org.magictest.eclipse.tools
 

P

packageName - Variable in class org.magictest.eclipse.SelectInfo
package name (null if className is set)
projectName - Variable in class org.magictest.eclipse.SelectInfo
project name (never null)

R

refreshMagicTestDir(SelectInfo) - Static method in class org.magictest.eclipse.BrowserSupport
Refresh information about files which have been modified outside Eclipse.
refreshOpenHtmlFiles(SelectInfo) - Static method in class org.magictest.eclipse.BrowserSupport
Refresh all open HTML files which are specified.
ResourceTools - Class in org.magictest.eclipse.tools
Tools for working with IFile objects.
ResourceTools() - Constructor for class org.magictest.eclipse.tools.ResourceTools
 
reveal(IMember) - Static method in class org.magictest.eclipse.tools.JdtTools
 
runProfileTest() - Method in class org.magictest.eclipse.CommandHandler
 
runProfileTest(SelectInfo) - Static method in class org.magictest.eclipse.CommandHandler
Runs tests in profile mode.
RunProfileTestHandler - Class in org.magictest.eclipse
Implementation of IHandler for MagicTest.
RunProfileTestHandler() - Constructor for class org.magictest.eclipse.RunProfileTestHandler
 
runTest() - Method in class org.magictest.eclipse.CommandHandler
 
runTest(SelectInfo) - Static method in class org.magictest.eclipse.CommandHandler
Runs tests.
RunTestHandler - Class in org.magictest.eclipse
Implementation of IHandler for MagicTest.
RunTestHandler() - Constructor for class org.magictest.eclipse.RunTestHandler
 

S

saveTest() - Method in class org.magictest.eclipse.CommandHandler
 
saveTest(SelectInfo) - Static method in class org.magictest.eclipse.CommandHandler
Saves tests.
saveTest(SelectInfo) - Static method in class org.magictest.eclipse.MagicTestLauncher
Confirm result of test.
SaveTestHandler - Class in org.magictest.eclipse
Handler called on menu 'Save test'.
SaveTestHandler() - Constructor for class org.magictest.eclipse.SaveTestHandler
 
SelectInfo - Class in org.magictest.eclipse
Info about selection in Eclipse UI.
SelectInfo() - Constructor for class org.magictest.eclipse.SelectInfo
 
showActualReport(SelectInfo) - Static method in class org.magictest.eclipse.BrowserSupport
Show actual test report in browser.
showActualReport() - Method in class org.magictest.eclipse.CommandHandler
Show actual report for current selection.
ShowActualReportHandler - Class in org.magictest.eclipse
Implementation of IHandler for MagicTest.
ShowActualReportHandler() - Constructor for class org.magictest.eclipse.ShowActualReportHandler
 
showReferenceReport(SelectInfo) - Static method in class org.magictest.eclipse.BrowserSupport
Show actual test report in browser.
showReferenceReport() - Method in class org.magictest.eclipse.CommandHandler
Show reference report for current selection.
ShowReferenceReportHandler - Class in org.magictest.eclipse
Implementation of IHandler for MagicTest.
ShowReferenceReportHandler() - Constructor for class org.magictest.eclipse.ShowReferenceReportHandler
 
showReportAfterRun(SelectInfo) - Static method in class org.magictest.eclipse.BrowserSupport
Show actual test report in browser.
showReportOnRun(SelectInfo, boolean) - Static method in class org.magictest.eclipse.BrowserSupport
Show actual test report in browser.
showTest() - Method in class org.magictest.eclipse.CommandHandler
Show source code of test.
showTest(SelectInfo, boolean) - Static method in class org.magictest.eclipse.CommandHandler
Show source of test.
ShowTestHandler - Class in org.magictest.eclipse
Implementation of IHandler for MagicTest.
ShowTestHandler() - Constructor for class org.magictest.eclipse.ShowTestHandler
 
showView(String) - Static method in class org.magictest.eclipse.tools.WorkbenchTools
Show view with specified identifier.
sourceFolder - Variable in class org.magictest.eclipse.SelectInfo
source folder (if set all other entries except projectName are ignored)
start() - Method in class org.magictest.eclipse.LogAppender
 

T

toString() - Method in class org.magictest.eclipse.SelectInfo
 

W

watchBrowser() - Static method in class org.magictest.eclipse.BrowserSupport
Watch all browser windows for clicks on links
WorkbenchTools - Class in org.magictest.eclipse.tools
Tools supporting Eclipse windows and pages.
WorkbenchTools() - Constructor for class org.magictest.eclipse.tools.WorkbenchTools
 
A B C D E G H I J L M O P R S T W 
Skip navigation links