Uses of Class
nz.ac.waikato.modeljunit.TestFailureException

Packages that use TestFailureException
nz.ac.waikato.modeljunit Overview 
nz.ac.waikato.modeljunit.coverage Model Coverage Metrics 
nz.ac.waikato.modeljunit.gui.visualisaton   
 

Uses of TestFailureException in nz.ac.waikato.modeljunit
 

Methods in nz.ac.waikato.modeljunit with parameters of type TestFailureException
 void ModelListener.failure(TestFailureException failure)
          The Model calls this when an action has found an error.
 void AbstractListener.failure(TestFailureException ex)
           
 void VerboseListener.failure(TestFailureException ex)
           
 void StopOnFailureListener.failure(TestFailureException ex)
           
 void Model.notifyFailure(TestFailureException ex)
          Sends a failure event to all listeners.
 

Uses of TestFailureException in nz.ac.waikato.modeljunit.coverage
 

Methods in nz.ac.waikato.modeljunit.coverage with parameters of type TestFailureException
 void CoverageHistory.failure(TestFailureException ex)
           
 

Uses of TestFailureException in nz.ac.waikato.modeljunit.gui.visualisaton
 

Methods in nz.ac.waikato.modeljunit.gui.visualisaton with parameters of type TestFailureException
 void VisualisationListener.failure(TestFailureException ex)
           
 



Copyright © 2009 ModelJUnit Project. All Rights Reserved.