Uses of Class
org.eclipse.epsilon.eunit.EUnitModule
-
-
Uses of EUnitModule in org.eclipse.epsilon.eol.engine.test.acceptance.eunit
Fields in org.eclipse.epsilon.eol.engine.test.acceptance.eunit declared as EUnitModule Modifier and Type Field Description protected EUnitModule
EUnitRunner. module
Methods in org.eclipse.epsilon.eol.engine.test.acceptance.eunit that return EUnitModule Modifier and Type Method Description protected EUnitModule
EUnitRunner. newModule()
protected EUnitModule
EUnitRunnerParallel. newModule()
-
Uses of EUnitModule in org.eclipse.epsilon.eunit
Methods in org.eclipse.epsilon.eunit with parameters of type EUnitModule Modifier and Type Method Description void
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 EUnitModule Modifier and Type Method Description void
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 EUnitModule Modifier and Type Method Description void
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 EUnitModule Modifier and Type Method Description void
EUnitRunnerView. setCurrentModules(java.util.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 EUnitModule Modifier and Type Field Description protected EUnitModule
EUnitTestRunner. module
Methods in org.eclipse.epsilon.eunit.junit with parameters of type EUnitModule Modifier and Type Method Description void
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 EUnitModule Modifier and Type Method Description java.util.Map<org.eclipse.debug.core.ILaunch,java.util.List<EUnitModule>>
EUnitHistory. getAllLaunches()
java.util.List<EUnitModule>
EUnitHistory. getModules(org.eclipse.debug.core.ILaunch launch)
Methods in org.eclipse.epsilon.internal.eunit.dt.history with parameters of type EUnitModule Modifier and Type Method Description void
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 Constructor Description EUnitXMLFormatter(EUnitModule module)
-
Uses of EUnitModule in org.eclipse.epsilon.workflow.tasks
Methods in org.eclipse.epsilon.workflow.tasks with parameters of type EUnitModule Modifier and Type Method Description void
EUnitTask. afterCase(EUnitModule module, EUnitTest test)
void
EUnitTask. beforeCase(EUnitModule module, EUnitTest test)
-