junit.framework
クラス AssertionFailedError

java.lang.Object
  拡張java.lang.Throwable
      拡張java.lang.Error
          拡張junit.framework.AssertionFailedError
すべての実装インタフェース:
java.io.Serializable
直系の既知のサブクラス:
ComparisonFailure

public class AssertionFailedError
extends java.lang.Error

Thrown when an assertion failed.

関連項目:
直列化された形式

コンストラクタの概要
AssertionFailedError()
           
AssertionFailedError(java.lang.String message)
           
 
クラス java.lang.Throwable から継承したメソッド
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

AssertionFailedError

public AssertionFailedError()

AssertionFailedError

public AssertionFailedError(java.lang.String message)


Copyright © 2001-2004 JUnit.org. All Rights Reserved.