public abstract class BaseTestCase
extends java.lang.Object
Constructor and Description |
---|
BaseTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
assessCustomEquality(java.lang.Object object,
java.lang.Object copy)
Tests if the object and the copy are equal and have the same hash code.
|
java.net.URI |
getURI(java.lang.String property) |
public java.net.URI getURI(java.lang.String property)
property
- determining the URI of a test data resourcepublic final void assessCustomEquality(java.lang.Object object, java.lang.Object copy) throws java.lang.Exception
object
- The object to use.copy
- The supposed deep copy of the object.java.lang.Exception