Uses of Enum
org.eclipse.mat.report.ITestResult.Status
Packages that use 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
Methods in org.eclipse.mat.inspections that return ITestResult.Status -
Uses of ITestResult.Status in org.eclipse.mat.query.results
Methods in org.eclipse.mat.query.results that return ITestResult.StatusMethods in org.eclipse.mat.query.results with parameters of type ITestResult.StatusModifier and TypeMethodDescriptionvoid
CompositeResult.setStatus
(ITestResult.Status status) Set the combined status -
Uses of ITestResult.Status in org.eclipse.mat.report
Methods in org.eclipse.mat.report that return ITestResult.StatusModifier 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.Methods in org.eclipse.mat.report with parameters of type ITestResult.StatusModifier 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
Methods in org.eclipse.mat.report.internal that return ITestResult.Status