Serialized Form


Package net.sourceforge.sqlunit

Class net.sourceforge.sqlunit.SQLUnitException extends java.lang.Exception implements Serializable


Package net.sourceforge.sqlunit.parsers

Class net.sourceforge.sqlunit.parsers.ParseException extends java.lang.Exception implements Serializable

Serialized Fields

specialConstructor

boolean specialConstructor
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).


currentToken

Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token.


expectedTokenSequences

int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse.


tokenImage

java.lang.String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.


eol

java.lang.String eol
The end of line string for this machine.

Class net.sourceforge.sqlunit.parsers.TokenMgrError extends java.lang.Error implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package net.sourceforge.sqlunit.test

Class net.sourceforge.sqlunit.test.Dictionary extends java.lang.Object implements Serializable

Serialized Fields

dict

java.util.LinkedHashMap<K,V> dict

Package net.sourceforge.sqlunit.tools

Class net.sourceforge.sqlunit.tools.GUITool extends javax.swing.JFrame implements Serializable

Serialized Fields

con

java.sql.Connection con

connecting

boolean connecting

captureFile

java.io.PrintWriter captureFile

btnConnect

javax.swing.JButton btnConnect

btnGenerate

javax.swing.JButton btnGenerate

btnParams

javax.swing.JButton btnParams

txtCallStmt

javax.swing.JTextArea txtCallStmt

txtTestName

javax.swing.JTextField txtTestName

txtFailureMessage

javax.swing.JTextField txtFailureMessage

txtAssert

javax.swing.JTextField txtAssert

lblTestName

javax.swing.JLabel lblTestName

lblFailureMessage

javax.swing.JLabel lblFailureMessage

lblAssert

javax.swing.JLabel lblAssert

lblCapturefile

javax.swing.JLabel lblCapturefile

lblCallStmt

javax.swing.JLabel lblCallStmt

lblDriver

javax.swing.JLabel lblDriver

lblPassword

javax.swing.JLabel lblPassword

lblURL

javax.swing.JLabel lblURL

lblUser

javax.swing.JLabel lblUser

pnlCallStmt

javax.swing.JPanel pnlCallStmt

pnlConnection

javax.swing.JPanel pnlConnection

pnlTest

javax.swing.JPanel pnlTest

scrOutput

javax.swing.JScrollPane scrOutput

scrProcedureColumns

javax.swing.JScrollPane scrProcedureColumns

tblProcedureColumns

javax.swing.JTable tblProcedureColumns

pwdPassword

javax.swing.JPasswordField pwdPassword

txtDriver

javax.swing.JTextField txtDriver

txtURL

javax.swing.JTextField txtURL

txtUser

javax.swing.JTextField txtUser

txtTestCase

javax.swing.JTextArea txtTestCase

cbDataType

javax.swing.JComboBox cbDataType

cbInOut

javax.swing.JComboBox cbInOut

cbIsNull

javax.swing.JComboBox cbIsNull

guiConfig

java.util.Properties guiConfig

Package net.sourceforge.sqlunit.utils

Class net.sourceforge.sqlunit.utils.TypeMap extends java.util.HashMap implements Serializable