Serialized Form


Package j2eeunit

Class j2eeunit.ServletTestResult implements Serializable

Serialized Fields

exceptionClassName

java.lang.String exceptionClassName
Name of the exception class if an error occurred

exceptionStackTrace

java.lang.String exceptionStackTrace
Save the stack trace as text because otherwise it will not be transmitted back to the client (the stack trac field in the Throwable class is transient).

exceptionMessage

java.lang.String exceptionMessage
The exception message if an error occurred


Package j2eeunit.client

Class j2eeunit.client.AssertionFailedErrorWrapper implements Serializable

Serialized Fields

m_StackTrace

java.lang.String m_StackTrace
The stack trace that was sent back from the servlet redirector as a string.

m_ClassName

java.lang.String m_ClassName
The class name of the exception that was raised on the server side.

Class j2eeunit.client.ServletExceptionWrapper implements Serializable

Serialized Fields

m_StackTrace

java.lang.String m_StackTrace
The stack trace that was sent back from the servlet redirector as a string.

m_ClassName

java.lang.String m_ClassName
The class name of the exception that was raised on the server side.


Package j2eeunit.server

Class j2eeunit.server.ServletTestRedirector implements Serializable



Copyright © 2000-2001 Vincent Massol.