Uses of Class
org.eclipse.epsilon.eunit.EUnitTest
Packages that use EUnitTest
Package
Description
-
Uses of EUnitTest in org.eclipse.epsilon.eunit
Methods in org.eclipse.epsilon.eunit that return EUnitTestModifier and TypeMethodDescriptionEUnitTest.getParent()
EUnitModule.getSuiteRoot()
IEUnitModule.getSuiteRoot()
Methods in org.eclipse.epsilon.eunit that return types with arguments of type EUnitTestModifier and TypeMethodDescriptionEUnitTest.collectLeafTests
(List selectedOperations, EUnitTestResultType resultFilter) Collects the leaf tests contained in this node with results of a particular type into a new list.EUnitTest.getAllBindings()
Returns a list of all ancestor test cases (excluding this one) with a binding.EUnitTest.getChildren()
Methods in org.eclipse.epsilon.eunit with parameters of type EUnitTestModifier and TypeMethodDescriptionvoid
EUnitTest.addChildren
(EUnitTest child) 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.void
void
void
Method parameters in org.eclipse.epsilon.eunit with type arguments of type EUnitTestModifier and TypeMethodDescriptionvoid
EUnitTest.collectLeafTests
(List selectedOperations, EUnitTestResultType resultFilter, Collection<EUnitTest> collection) Collects the leaf tests contained in this node with results of a particular type into the provided collection. -
Uses of EUnitTest in org.eclipse.epsilon.eunit.dt.listener
Methods in org.eclipse.epsilon.eunit.dt.listener with parameters of type EUnitTestModifier and TypeMethodDescriptionvoid
ShowEUnitViewTestListener.afterCase
(EUnitModule module, EUnitTest test) void
ShowEUnitViewTestListener.beforeCase
(EUnitModule module, EUnitTest test) -
Uses of EUnitTest in org.eclipse.epsilon.eunit.dt.ui
Methods in org.eclipse.epsilon.eunit.dt.ui with parameters of type EUnitTestModifier and TypeMethodDescriptionvoid
EUnitRunnerView.afterCase
(EUnitModule module, EUnitTest test) void
EUnitRunnerView.beforeCase
(EUnitModule module, EUnitTest test) -
Uses of EUnitTest in org.eclipse.epsilon.eunit.junit
Methods in org.eclipse.epsilon.eunit.junit that return types with arguments of type EUnitTestMethods in org.eclipse.epsilon.eunit.junit with parameters of type EUnitTestModifier and TypeMethodDescriptionvoid
EUnitTestRunner.JUnitEUnitTestListener.afterCase
(EUnitModule module, EUnitTest test) void
EUnitTestRunner.JUnitEUnitTestListener.beforeCase
(EUnitModule module, EUnitTest test) protected org.junit.runner.Description
EUnitTestRunner.describeChild
(EUnitTest child) protected void
-
Uses of EUnitTest in org.eclipse.epsilon.workflow.tasks
Methods in org.eclipse.epsilon.workflow.tasks with parameters of type EUnitTestModifier 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)