public class Helpers
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static IntRealizationSquared |
intRealizationSquared |
static ListHash |
listHash |
static RealRealizationSquared |
realRealizationSquared |
static VectorHash |
vectorHash |
Constructor and Description |
---|
Helpers() |
Modifier and Type | Method and Description |
---|---|
static void |
assertThrownExceptionMatches(java.lang.Runnable code,
java.lang.Throwable expectedException) |
static void |
assertTypeOfThrownExceptionMatches(java.lang.Runnable code,
java.lang.Throwable expectedException) |
static void |
checkOkToUseDefectiveImplementation()
Add a call to this in the constructor/method of interest of intentionally incorrect fixtures
|
static void |
generateQQPlotScript(java.lang.String fFile,
java.lang.String fpFile,
java.lang.String plotName,
java.io.File destination) |
static void |
setDefectiveImplementationStatus(boolean useBadIsOk)
Call this first when testing intentionally incorrect fixtures.
|
public static final RealRealizationSquared realRealizationSquared
public static final IntRealizationSquared intRealizationSquared
public static final VectorHash vectorHash
public static final ListHash listHash
public static void assertThrownExceptionMatches(java.lang.Runnable code, java.lang.Throwable expectedException)
public static void assertTypeOfThrownExceptionMatches(java.lang.Runnable code, java.lang.Throwable expectedException)
public static void setDefectiveImplementationStatus(boolean useBadIsOk)
public static void checkOkToUseDefectiveImplementation()
public static void generateQQPlotScript(java.lang.String fFile, java.lang.String fpFile, java.lang.String plotName, java.io.File destination)