public interface CastorTestable
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
dumpFields() |
Returns a recursive dump of the contents of the object's fields in a user
readable format.
|
void |
randomizeFields() |
Randomizes the contents of the fields of this instance.
|
java.lang.String dumpFields()
We don't rely on the Object.toString()
function as
might be implemented with another semantic.
void randomizeFields() throws java.lang.InstantiationException, java.lang.IllegalAccessException
java.lang.InstantiationException
- if this method is called for an Interface
or abstract classjava.lang.IllegalAccessException
- if this method is not accessibleIntalio Inc. (C) 1999-2008. All rights reserved http://www.intalio.com