public class SubsetAssertError extends AssertionError
| Constructor and Description |
|---|
SubsetAssertError(Object fullTable,
Object subsetTable,
String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullTableStrVersion() |
String |
getSubsetTableStrVersion() |
void |
setFullTableStrVersion(String fullTableStrVersion) |
void |
setSubsetTableStrVersion(String subsetTableStrVersion) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getFullTableStrVersion()
public void setFullTableStrVersion(String fullTableStrVersion)
public String getSubsetTableStrVersion()
public void setSubsetTableStrVersion(String subsetTableStrVersion)
Copyright © 2019. All rights reserved.