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 TypeMethodDescriptionvoid
EUnitTestListener.afterCase
(EUnitModule module, EUnitTest test) Notification sent after running a test case.void
EUnitTestListener.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 TypeMethodDescriptionvoid
ShowEUnitViewTestListener.afterCase
(EUnitModule module, EUnitTest test) void
ShowEUnitViewTestListener.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 TypeMethodDescriptionvoid
EUnitRunnerView.afterCase
(EUnitModule module, EUnitTest test) void
EUnitRunnerView.beforeCase
(EUnitModule module, EUnitTest test) Method parameters in org.eclipse.epsilon.eunit.dt.ui with type arguments of type EUnitModuleModifier and TypeMethodDescriptionvoid
EUnitRunnerView.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 TypeMethodDescriptionvoid
EUnitTestRunner.JUnitEUnitTestListener.afterCase
(EUnitModule module, EUnitTest test) void
EUnitTestRunner.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 TypeMethodDescriptionvoid
EUnitHistory.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 TypeMethodDescriptionvoid
EUnitTask.afterCase
(EUnitModule module, EUnitTest test) void
EUnitTask.beforeCase
(EUnitModule module, EUnitTest test) protected void
EUnitTask.saveModelDeltas
(EUnitModule module, EUnitTest test, PrintStream err, Throwable testException)