public class AssertionFileFailedError
extends junit.framework.AssertionFailedError
| Constructor and Description |
|---|
AssertionFileFailedError(String diffFile)
Creates new AssertionFileFailedError
|
AssertionFileFailedError(String message,
String diffFile)
Creates new AssertionFileFailedError
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDiffFile() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected String diffFile
public AssertionFileFailedError(String diffFile)
diffFile - Fully-qualified name of the file containing differences (result of the file-diff).public String getDiffFile()
Built on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.