junitour
Class UnitTestIncompleteError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by junit.framework.AssertionFailedError
              extended by junitour.UnitTestIncompleteError
All Implemented Interfaces:
java.io.Serializable, UnitTestIncomplete

public class UnitTestIncompleteError
extends junit.framework.AssertionFailedError
implements UnitTestIncomplete

This Error is based on JUnits AssertionException which is thrown when any assert-check fails. It's an extension to mark the special case of an incomplete test.


 $Log$
 Revision 1.4  2005/07/31 03:16:04  hostlows
 using Java 5 generics for making code simpler: less casts, simpler for-loops

 Revision 1.3  2004/07/08 01:47:50  hostlows
 cleanup, new build, license changed to mozilla license...

 Revision 1.2  2003/11/25 21:37:23  hostlows
 made it ant-compatible

 Revision 1.1.1.1  2003/11/12 23:32:13  hostlows
 Initial import.

 Revision 1.1  2003/10/30 07:13:54  hostlows
 First release, which can run as a TextUI-Testrunner and
 produces an enhanced output: additionally prints the count of
 incomplete Tests! It handles examination of incomplete Testcase over
 different classloaders now!


 

Version:
$Revision: 53 $, $Date: 2005-07-31 05:16:04 +0200 (So, 31 Jul 2005) $
Author:
$Author: hostlows $, created by Robert Hostlowsky
See Also:
Serialized Form

Constructor Summary
UnitTestIncompleteError()
          default constructor
UnitTestIncompleteError(java.lang.String message)
           
UnitTestIncompleteError(java.lang.String message, java.lang.Throwable cause)
           
UnitTestIncompleteError(java.lang.Throwable cause)
           
 
Method Summary
static boolean isTestIncompleteError(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnitTestIncompleteError

public UnitTestIncompleteError()
default constructor


UnitTestIncompleteError

public UnitTestIncompleteError(java.lang.String message)

UnitTestIncompleteError

public UnitTestIncompleteError(java.lang.String message,
                               java.lang.Throwable cause)

UnitTestIncompleteError

public UnitTestIncompleteError(java.lang.Throwable cause)
Method Detail

isTestIncompleteError

public static boolean isTestIncompleteError(java.lang.Throwable t)


Copyright © 2005-2007. All Rights Reserved.