Uses of Class
org.eclipse.epsilon.eunit.EUnitModule
Packages that use EUnitModule
Package
Description
-
Uses of EUnitModule in org.eclipse.epsilon.eunit
Methods in org.eclipse.epsilon.eunit with parameters of type EUnitModuleModifier and TypeMethodDescriptionvoidEUnitTestListener.afterCase(EUnitModule module, EUnitTest test) Notification sent after running a test case.voidEUnitTestListener.beforeCase(EUnitModule module, EUnitTest test) Notification sent before running a test case. -
Uses of EUnitModule in org.eclipse.epsilon.eunit.dt.listener
Methods in org.eclipse.epsilon.eunit.dt.listener with parameters of type EUnitModuleModifier and TypeMethodDescriptionvoidShowEUnitViewTestListener.afterCase(EUnitModule module, EUnitTest test) voidShowEUnitViewTestListener.beforeCase(EUnitModule module, EUnitTest test) -
Uses of EUnitModule in org.eclipse.epsilon.eunit.dt.ui
Methods in org.eclipse.epsilon.eunit.dt.ui with parameters of type EUnitModuleModifier and TypeMethodDescriptionvoidEUnitRunnerView.afterCase(EUnitModule module, EUnitTest test) voidEUnitRunnerView.beforeCase(EUnitModule module, EUnitTest test) Method parameters in org.eclipse.epsilon.eunit.dt.ui with type arguments of type EUnitModuleModifier and TypeMethodDescriptionvoidEUnitRunnerView.setCurrentModules(List<EUnitModule> modules) Changes the module which is currently displayed in this view. -
Uses of EUnitModule in org.eclipse.epsilon.eunit.junit
Fields in org.eclipse.epsilon.eunit.junit declared as EUnitModuleMethods in org.eclipse.epsilon.eunit.junit with parameters of type EUnitModuleModifier and TypeMethodDescriptionvoidEUnitTestRunner.JUnitEUnitTestListener.afterCase(EUnitModule module, EUnitTest test) voidEUnitTestRunner.JUnitEUnitTestListener.beforeCase(EUnitModule module, EUnitTest test) -
Uses of EUnitModule in org.eclipse.epsilon.internal.eunit.dt.history
Methods in org.eclipse.epsilon.internal.eunit.dt.history that return types with arguments of type EUnitModuleModifier and TypeMethodDescriptionMap<org.eclipse.debug.core.ILaunch,List<EUnitModule>> EUnitHistory.getAllLaunches()EUnitHistory.getModules(org.eclipse.debug.core.ILaunch launch) Methods in org.eclipse.epsilon.internal.eunit.dt.history with parameters of type EUnitModuleModifier and TypeMethodDescriptionvoidEUnitHistory.addLaunch(org.eclipse.debug.core.ILaunch launch, EUnitModule module) -
Uses of EUnitModule in org.eclipse.epsilon.internal.eunit.xml
Constructors in org.eclipse.epsilon.internal.eunit.xml with parameters of type EUnitModule -
Uses of EUnitModule in org.eclipse.epsilon.workflow.tasks
Methods in org.eclipse.epsilon.workflow.tasks with parameters of type EUnitModuleModifier and TypeMethodDescriptionvoidEUnitTask.afterCase(EUnitModule module, EUnitTest test) voidEUnitTask.beforeCase(EUnitModule module, EUnitTest test) protected voidEUnitTask.saveModelDeltas(EUnitModule module, EUnitTest test, PrintStream err, Throwable testException)