Deprecated API


Contents
Deprecated Classes
nz.ac.waikato.jdsl.core.ref.Assertion
          Starting with Java 2 version 1.4 assertions are part of the language, and thus this class is no longer necessary. 
nz.ac.waikato.modeljunit.ModelTestCase
          Use one of the subclasses of Tester instead. 
 

Deprecated Exceptions
nz.ac.waikato.jdsl.core.ref.AssertionException
          Starting with Java 2 version 1.4 assertions are part of the language, and thus this class is no longer necessary. 
 

Deprecated Methods
nz.ac.waikato.modeljunit.Tester.addListener(String, ModelListener)
          Use addListener(listener) instead. 
 

Deprecated Constructors
nz.ac.waikato.modeljunit.VerboseListener(Model)
          Use the null constructor instead. 
 



Copyright © 2009 ModelJUnit Project. All Rights Reserved.