Uses of Enum Class
org.eclipse.epsilon.eunit.EUnitTestResultType
Packages that use EUnitTestResultType
-
Uses of EUnitTestResultType in org.eclipse.epsilon.eunit
Methods in org.eclipse.epsilon.eunit that return EUnitTestResultTypeModifier and TypeMethodDescriptionEUnitTest.getResult()
static EUnitTestResultType
Returns the enum constant of this class with the specified name.static EUnitTestResultType[]
EUnitTestResultType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.epsilon.eunit with parameters of type EUnitTestResultTypeModifier 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.void
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.int
EUnitTest.countLeafTests
(List selectedOperations, EUnitTestResultType resultFilter) Returns the number of leaf tests contained in this node with results of a particular type.void
EUnitTest.setResult
(EUnitTestResultType result) -
Uses of EUnitTestResultType in org.eclipse.epsilon.internal.eunit.dt.history
Methods in org.eclipse.epsilon.internal.eunit.dt.history that return EUnitTestResultTypeModifier and TypeMethodDescriptionEUnitHistory.getResult
(org.eclipse.debug.core.ILaunch launch) Returns the aggregated result over all EUnit modules executed in a launch.