org.jdiagnose
Interface DiagnosticUnitLifeCycle

All Superinterfaces:
Diagnostic
All Known Implementing Classes:
DiagnosticUnit

public interface DiagnosticUnitLifeCycle
extends Diagnostic

Implementations of this interface are used by the DelegatingDiagnosticUnit, especially subclasses of DiagnosticUnit.

See Also:
DiagnosticUnit, DelegatingDiagnosticUnit

Method Summary
 void setUp()
          Called before each "diagnose" method
 void tearDown()
          Called after each "diagnose" method
 
Methods inherited from interface org.jdiagnose.Diagnostic
diagnose, getName
 

Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Called before each "diagnose" method

Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Called after each "diagnose" method

Throws:
java.lang.Exception


Copyright © 2004-2005 Grape Design Limited. All Rights Reserved.