Uses of Enum
org.eclipse.mat.report.ITestResult.Status
Package
Description
These are general queries.
Default Query Result Implementations.
Controls building of reports from XML report definitions.
Internal classes for controlling building of reports from XML report definitions (not API).
-
Uses of ITestResult.Status in org.eclipse.mat.inspections
-
Uses of ITestResult.Status in org.eclipse.mat.query.results
Modifier and TypeMethodDescriptionvoid
CompositeResult.setStatus
(ITestResult.Status status) Set the combined status -
Uses of ITestResult.Status in org.eclipse.mat.report
Modifier and TypeMethodDescriptionTestSuite.execute
(IProgressListener listener) ITestResult.getStatus()
SectionSpec.getStatus()
static ITestResult.Status
ITestResult.Status.max
(ITestResult.Status a, ITestResult.Status b) Compare two statuses, and return the worst.static ITestResult.Status
Returns the enum constant of this type with the specified name.static ITestResult.Status[]
ITestResult.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic ITestResult.Status
ITestResult.Status.max
(ITestResult.Status a, ITestResult.Status b) Compare two statuses, and return the worst.void
SectionSpec.setStatus
(ITestResult.Status status) -
Uses of ITestResult.Status in org.eclipse.mat.report.internal