Serialized Form
Package org.jboss.jrunit.communication.message |
exception
java.lang.Throwable exception
testClass
java.lang.String testClass
errorList
java.util.List errorList
failureList
java.util.List failureList
id
java.rmi.dgc.VMID id
areServerTests
boolean areServerTests
Package org.jboss.jrunit.data |
execution
BenchmarkExecution[] execution
id
int id
- The id attributed during database reporters
name
java.lang.String name
metadata
java.util.Map metadata
timeOpen
long timeOpen
timeClose
long timeClose
subBenchmarks
java.util.HashMap subBenchmarks
measures
java.util.HashMap measures
- The measures captured in this benchmark.
By default we capture time for each opened benchmark
executionId
int executionId
- Generated by the persistent layer (
DatabaseBenchmarkReporter
)
elapsedTime
long elapsedTime
executions
int executions
executionDate
java.util.Date executionDate
measureId
int measureId
name
java.lang.String name
value
java.lang.Number value
Package org.jboss.jrunit.exception |
Package org.jboss.jrunit.extensions |
stringRep
java.lang.String stringRep
testCount
int testCount
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- The object implements the readExternal method to restore its
contents by calling the methods of DataInput for primitive
types and readObject for objects, strings and arrays. The
readExternal method must read the values in the same sequence
and with the same types as were written by writeExternal.
- Throws:
java.io.IOException
- if I/O errors occur
java.lang.ClassNotFoundException
- If the class for an object being
restored cannot be found.
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- The object implements the writeExternal method to save its contents
by calling the methods of DataOutput for its primitive values or
calling the writeObject method of ObjectOutput for objects, strings,
and arrays.
- Serial Data:
- Overriding methods should use this tag to describe
the data layout of this Externalizable object.
List the sequence of element types and, if possible,
relate the element to a public/protected field and/or
method of this Externalizable class.
- Throws:
java.io.IOException
- Includes any I/O exceptions that may occur
JRunit, a JUnit extension for distributed client/server tests.