org.jdiagnose.runtime
Interface DiagnosticContainerResult
- All Superinterfaces:
- ResultInfo
- All Known Implementing Classes:
- DefaultDiagnosticContainerResult
- public interface DiagnosticContainerResult
- extends ResultInfo
- Author:
- jmccrindle
getTotalDiagnostics
public int getTotalDiagnostics()
- Returns:
- the total number of diagnostics represented by this
result and its children
getFailedDiagnostics
public int getFailedDiagnostics()
- Returns:
- the number of children diagnostics that have failed (so far)
getSuccessfulDiagnostics
public int getSuccessfulDiagnostics()
- Returns:
- the number of children diagnostics that have succeeded (so far)
getResults
public java.util.List getResults()
- Returns:
- children results, may be null
getContainerResults
public java.util.List getContainerResults()
getDiagnosticContainer
public DiagnosticContainer getDiagnosticContainer()
Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.