public class Assertions
extends java.lang.Object
Constructor and Description |
---|
Assertions() |
Modifier and Type | Method and Description |
---|---|
static void |
verifyPrecondition(boolean assertionResult,
java.lang.String errorMessage)
Verify that the provided precondition holds true.
|