public class AssertionFailedException extends RuntimeException
| Constructor and Description |
|---|
AssertionFailedException(String message)
Standard constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AssertionFailedException(String message)
message - Provides a description of the assertion test that failed.Copyright © 2018. All rights reserved.