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 TypeMethodDescriptionvoidEUnitTest.addChildren(EUnitTest child) voidEUnitTestListener.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.voidvoidvoidMethod parameters in org.eclipse.epsilon.eunit with type arguments of type EUnitTestModifier and TypeMethodDescriptionvoidEUnitTest.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 TypeMethodDescriptionvoidShowEUnitViewTestListener.afterCase(EUnitModule module, EUnitTest test) voidShowEUnitViewTestListener.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 TypeMethodDescriptionvoidEUnitRunnerView.afterCase(EUnitModule module, EUnitTest test) voidEUnitRunnerView.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 TypeMethodDescriptionvoidEUnitTestRunner.JUnitEUnitTestListener.afterCase(EUnitModule module, EUnitTest test) voidEUnitTestRunner.JUnitEUnitTestListener.beforeCase(EUnitModule module, EUnitTest test) protected org.junit.runner.DescriptionEUnitTestRunner.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 TypeMethodDescriptionvoidEUnitTask.afterCase(EUnitModule module, EUnitTest test) voidEUnitTask.beforeCase(EUnitModule module, EUnitTest test) protected voidEUnitTask.saveModelDeltas(EUnitModule module, EUnitTest test, PrintStream err, Throwable testException)