Donate Share

TestUtil

File Release Notes and Changelog

Release Name: v. 2.5

Notes:
 
***********************
*  Bugs and Features  *
***********************

Note: Beginning with v. 2.4, J2SE 5.0 is required.
Note: Beginning with v. 2.0 TestUtil uses qdox-1.5.jar for Javadoc tag processing.

Bugs/Features Resolved In v. 2.5 released September 20th, 2008

    [  2118962 ] Bug: TestUtil.verifyDirectory() fails on Linux. 

Bugs/Features Resolved In v. 2.4 released September 5th, 2008

    [ 2071253 ] Bug: Enums not supported.

Bugs/Features Resolved In v. 2.3 released May 20th, 2006

    [ 1492261 ] Bug: Handle exceptions when qdox is unable to parse source.
    
Bugs/Features Resolved In v. 2.2 released May 18th, 2006

    [ 1491602 ] Bug: Unhandled NoClassDefFoundError - instantiation.
    
Bugs/Features Resolved In v. 2.1 released May 18th, 2006

    [ 1491328 ] Bug: Unhandled (unlikely occurance of) NoClassDefFoundError.

Bugs/Features Resolved In v. 2.0 released May 7th, 2006

	Note: This version is *not* backward compatible.
	Signatures of the two public methods have changed and
	the descriptor document reworked.  In addition, the
	DoNothingMock was eliminated since there are now two
	strategies for excluding a class from verification.
	
    [ 1484759 ] Feature: Enable Javadoc exlusion of test.
	
    [ 1483081 ] Feature: Ignore Directories Beginning With A Dot. (ex. ".svn")
    
    [ 1440056 ] Feature: Add project to subversion repository.
    
    [ 1440054 ] Bug: Include all code in source jar.

Bugs/Features Resolved In v. 1.1.1 released November 8th, 2005

    [ 1351808 ] Feature: Enable verifyDirectory() substitution of a Class.

Bugs/Features Resolved In v. 1.1 released November 4th, 2005

    [ 1212642 ] Feature: Enable verifying entire package/project.
                Note: verifyDirectory() implemented to handle all .java or .class files.
	
    [ 1212640 ] Feature: Mature the interface.
                Note: Information logged to console was completely reworked.
	
    [ 1235389 ] Feature: Provide a default descriptor document.
                Note: The descriptor document was simplified, renamed and made optional.

Bugs/Features Resolved In v. 1.0 released May 22nd, 2005

    [ 1152320 ] Feature: Implement an assertWarnings(int, object) method.
                Note: Implemented concept with overloaded methods.
				
    [ 1152302 ] Feature: Use A Deployment Descriptor For Special Handling
	
    [ 1152311 ] Feature: Extend Descriptor To Ignore Methods
                Note: Descriptor document significantly extended to meet a variety of special handling needs.
                Note: Application now handles mutable object primitive/object (int/Integer) transformations.

Bugs/Features Resolved In 0.9.5

    [ 1157236 ] Feature: Mature build process.

Bugs/Features Resolved In 0.9.4

	[ 1149542 ] Unit tests fail (appropriately) without message.
	
	[ 1152314 ] Feature: Display the total number of errors/warnings.
  

Changes: