Class BlacklistedExceptions


  • @Deprecated
    @API(status=DEPRECATED,
         since="1.7")
    public final class BlacklistedExceptions
    extends java.lang.Object
    Deprecated.
    Internal utilities for working with unrecoverable exceptions.

    Unrecoverable exceptions are those that should always terminate test plan execution immediately.

    Currently Unrecoverable Exceptions

    • OutOfMemoryError

    DISCLAIMER

    These utilities are intended solely for usage within the JUnit framework itself. Any usage by external parties is not supported. Use at your own risk!

    Since:
    1.0
    • Method Detail