public class FileTestFailure extends Object
| Constructor | Description |
|---|---|
FileTestFailure(String file,
Throwable assertionError) |
Instantiates a new File test failure.
|
FileTestFailure(String file,
Throwable assertionError,
String statusMessage) |
Instantiates a new File test failure.
|
| Modifier and Type | Method | Description |
|---|---|---|
Throwable |
getAssertionError() |
Gets assertion error.
|
String |
getFile() |
Gets file.
|
String |
getStatusMessage() |
Gets status message.
|
void |
setAssertionError(Throwable assertionError) |
Sets assertion error.
|
void |
setFile(String file) |
Sets file.
|
void |
setStatusMessage(String statusMessage) |
Sets status message.
|
String |
toString() |
public FileTestFailure(String file, Throwable assertionError, String statusMessage)
file - the fileassertionError - the assertion errorstatusMessage - the status messagepublic String getFile()
public void setFile(String file)
file - the filepublic Throwable getAssertionError()
public void setAssertionError(Throwable assertionError)
assertionError - the assertion errorpublic String getStatusMessage()
public void setStatusMessage(String statusMessage)
statusMessage - the status messageCopyright © 2025. All rights reserved.