Serialized Form


Package net.sf.jameleon

Package net.sf.jameleon.bean

Class net.sf.jameleon.bean.Attribute extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The attribute's name


description

String description
A description about how the attribute is used


type

String type
The type of the attribute


required

boolean required
Whether this attribute is required or not


value

Object value
The value of the attribute


defaultValue

String defaultValue
The default value of the attribute


contextName

String contextName
The name of this attribute's instance variable in the function tag. Used with reflection to magically set the instance variable


instanceVariable

boolean instanceVariable
Describes whether this attribute represents an instance variable or set method. If both a set method and instance variable exist for this attribute, then the set method should be called, and this should be set to false


valueSet

boolean valueSet
Used to keep track if whether the value of this attribute was set or not

Class net.sf.jameleon.bean.FunctionalPoint extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

author

String author
The name of the developer that wrote this FunctionalPoint


applications

ArrayList<E> applications
The applications supported by this functional point


className

String className
The name of the class that this tag represents.


tagNames

ArrayList<E> tagNames
The tags to be used in the test case macro language


description

String description
A short summary about how this functional can be used


shortDescription

String shortDescription
The first line of the description.


type

String type
The type of the functional point. Valid values are action, validation, navigation


functionId

String functionId
The description of how the functional point is being used


attributes

Map<K,V> attributes
A list of attributes that this functional point uses


steps

ArrayList<E> steps
A list of steps that this FunctionalPoint uses during execution

Class net.sf.jameleon.bean.Session extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

application

String application
The application this session is opened for


organization

String organization
The organization this session will test for if any


functionalPoints

List<E> functionalPoints
A list of FunctionalPoints

Class net.sf.jameleon.bean.TestCase extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
The name of the test case


summary

String summary
A brief description of the test case


author

String author
The person that wrote the test case


application

String application
The application being tested


bugs

Set<E> bugs
The bug related to this test case


functionalPointTested

String functionalPointTested
The functional point tested by the test case


testLevels

List<E> testLevels
The level(s) of the test case - SMOKE, FUNCTIONAL, REGRESSION, ACCEPTANCE, to list a few


file

String file
The test case file


encoding

String encoding
The encoding to use in the toXML() method


testCaseId

String testCaseId
The unique id of the test case.


organization

String organization
The organization the test case is set to execute against.


testCaseRequirement

String testCaseRequirement
The link to the requirement being tested


testEnvironment

String testEnvironment
The test evironment this test case is being test against


sessions

List<E> sessions
A list of sessions in this test case


Package net.sf.jameleon.event

Class net.sf.jameleon.event.DataDrivableEvent extends EventObject implements Serializable

Serialized Fields

rowData

Map<K,V> rowData

Class net.sf.jameleon.event.FunctionEvent extends EventObject implements Serializable

Class net.sf.jameleon.event.TestCaseEvent extends EventObject implements Serializable

Class net.sf.jameleon.event.TestRunEvent extends EventObject implements Serializable

Class net.sf.jameleon.event.TestSuiteEvent extends EventObject implements Serializable


Package net.sf.jameleon.exception

Class net.sf.jameleon.exception.JameleonException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class net.sf.jameleon.exception.JameleonScriptException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

lineNumber

int lineNumber

columnNumber

int columnNumber

scriptFileName

String scriptFileName

elementTagName

String elementTagName

Class net.sf.jameleon.exception.JameleonTagException extends JellyTagException implements Serializable

serialVersionUID: 1L


Package net.sf.jameleon.launch

Class net.sf.jameleon.launch.JameleonLaunchException extends Exception implements Serializable

serialVersionUID: 1L


Package net.sf.jameleon.result

Class net.sf.jameleon.result.CountableDataDrivableResultContainer extends DataDrivableResultContainer implements Serializable

serialVersionUID: 1L

Class net.sf.jameleon.result.CountableDataDrivableRowResult extends DataDrivableRowResult implements Serializable

serialVersionUID: 1L

Serialized Fields

countableResultFailed

boolean countableResultFailed

Class net.sf.jameleon.result.CountableFunctionResult extends FunctionResult implements Serializable

serialVersionUID: 1L

Class net.sf.jameleon.result.DataDrivableResultContainer extends TestResultWithChildren implements Serializable

serialVersionUID: 1L

Class net.sf.jameleon.result.DataDrivableRowResult extends TestResultWithChildren implements Serializable

serialVersionUID: 1L

Serialized Fields

rowNum

int rowNum
The row number of exeuction for the data-drivable tag


rowData

Map<K,V> rowData
The row data for the data-drivable tag

Class net.sf.jameleon.result.FunctionResult extends JameleonTestResult implements Serializable

serialVersionUID: 1L

Serialized Fields

resultsFileName

String resultsFileName
The name of the file where the results of the display were written to if any


precondition

boolean precondition
If the function is a precondition


postcondition

boolean postcondition
If the function is a postcondition

Class net.sf.jameleon.result.JameleonTestResult extends Object implements Serializable

Serialized Fields

executionTime

long executionTime
The time it took to execute the entire test step


failed

boolean failed
Whether this result failed or not


tag

FunctionalPoint tag
The tag that this result represents


error

Throwable error
The stack trace from the failure if one occured


errorFile

File errorFile
The file that contains the display of the error


parentResults

HasChildResults parentResults
The parent results


lineNumber

int lineNumber

columnNumber

int columnNumber

scriptFileName

String scriptFileName

elementTagName

String elementTagName

dateTimeExecuted

Calendar dateTimeExecuted

Class net.sf.jameleon.result.SessionResult extends TestResultWithChildren implements Serializable

serialVersionUID: 1L

Class net.sf.jameleon.result.TestCaseResult extends TestResultWithChildren implements Serializable

serialVersionUID: 1L

Serialized Fields

testName

String testName
The name of the test case


testCaseDocsFile

String testCaseDocsFile
The name of the test case docs file


countableResultFailed

boolean countableResultFailed

dateTimeExecuted

Calendar dateTimeExecuted

Class net.sf.jameleon.result.TestResultWithChildren extends JameleonTestResult implements Serializable

Serialized Fields

childrenResults

List<E> childrenResults
A list of Child Results


failedResults

List<E> failedResults
A list of failed Child Results


Package net.sf.jameleon.ui

Class net.sf.jameleon.ui.AboutDialog extends JDialog implements Serializable

serialVersionUID: 1L

Class net.sf.jameleon.ui.AbstractConfigPanel extends JPanel implements Serializable

Serialized Fields

fieldProperties

List<E> fieldProperties

Class net.sf.jameleon.ui.BasicHtmlBrowser extends JFrame implements Serializable

Serialized Fields

browser

org.jdesktop.jdic.browser.IWebBrowser browser

browserNotSupported

boolean browserNotSupported

backButton

JButton backButton

forwardButton

JButton forwardButton

Class net.sf.jameleon.ui.ConfigDialog extends JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

tabbedPane

JTabbedPane tabbedPane

generalPanel

GeneralConfigPanel generalPanel

envPanel

EnvironmentConfigPanel envPanel

uiConfigPanel

UIConfigPanel uiConfigPanel

Class net.sf.jameleon.ui.DataDrivableDebugDialog extends DebugDialog implements Serializable

Serialized Fields

ddEvent

DataDrivableEvent ddEvent

Class net.sf.jameleon.ui.DebugDialog extends JDialog implements Serializable

Serialized Fields

resultsPane

TestCaseResultsPane resultsPane

step

boolean step

Class net.sf.jameleon.ui.EnvironmentConfigPanel extends AbstractConfigPanel implements Serializable

Class net.sf.jameleon.ui.FunctionalPointTree extends JTree implements Serializable

Serialized Fields

usedClasses

Set<E> usedClasses

Class net.sf.jameleon.ui.FunctionDebugDialog extends DebugDialog implements Serializable

Serialized Fields

functionTag

FunctionTag functionTag

Class net.sf.jameleon.ui.GeneralConfigPanel extends AbstractConfigPanel implements Serializable

Class net.sf.jameleon.ui.JameleonTagsPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

tagNameF

JTextField tagNameF

typeF

JTextField typeF

authorF

JTextField authorF

applicationsF

JTextField applicationsF

descriptionF

JEditorPane descriptionF

stepsF

JEditorPane stepsF

attributeData

DefaultTableModel attributeData

attributesT

JTable attributesT

Class net.sf.jameleon.ui.JameleonTagsPanel.AttributeTableModel extends DefaultTableModel implements Serializable

serialVersionUID: 1L

Serialized Fields

REQUIRED

int REQUIRED

Class net.sf.jameleon.ui.JameleonUI extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

title

String title

Class net.sf.jameleon.ui.ProgressDialog extends JDialog implements Serializable

Serialized Fields

maxTimeInSeconds

int maxTimeInSeconds

progressBar

JProgressBar progressBar

task

Thread task

keepGoing

boolean keepGoing

MULTIPLIER

int MULTIPLIER

tcde

TestCaseDocsExecutor tcde

Class net.sf.jameleon.ui.SortableJTable extends JTable implements Serializable

Class net.sf.jameleon.ui.TableSorter extends AbstractTableModel implements Serializable

Serialized Fields

tableModel

TableModel tableModel

viewToModel

net.sf.jameleon.ui.TableSorter.Row[] viewToModel

modelToView

int[] modelToView

tableHeader

JTableHeader tableHeader

mouseListener

MouseListener mouseListener

tableModelListener

TableModelListener tableModelListener

columnComparators

Map<K,V> columnComparators

sortingColumns

List<E> sortingColumns

Class net.sf.jameleon.ui.TCTreeNode extends DefaultMutableTreeNode implements Serializable

Class net.sf.jameleon.ui.TestCasePane extends JPanel implements Serializable

Serialized Fields

tcDocsPane

JEditorPane tcDocsPane

executeButton

JButton executeButton

stopExecutionButton

JButton stopExecutionButton

debugButton

JButton debugButton

resultsButton

JButton resultsButton

tcSourcePane

JTextArea tcSourcePane

tcTree

TestCaseTree tcTree

resultsPane

TestCaseResultsPane resultsPane

tabbedPane

JTabbedPane tabbedPane

parent

JFrame parent

stopExecution

boolean stopExecution

bugBrowser

BasicHtmlBrowser bugBrowser

resultsBrowser

BasicHtmlBrowser resultsBrowser

Class net.sf.jameleon.ui.TestCaseResultsPane extends JSplitPane implements Serializable

serialVersionUID: 1L

Serialized Fields

tcModel

DefaultTableModel tcModel

tcReasonModel

DefaultTableModel tcReasonModel

tcTable

JTable tcTable

tcReasonTable

JTable tcReasonTable

testCases

Map<K,V> testCases

passedImg

ImageIcon passedImg

failedImg

ImageIcon failedImg

runningImg

ImageIcon runningImg

snapShotImg

ImageIcon snapShotImg

results

List<E> results

stackTrace

JTextArea stackTrace

tcTree

TestCaseTree tcTree

sourceArea

JTextArea sourceArea

rootFrame

JFrame rootFrame

stepNextTag

boolean stepNextTag

debug

boolean debug

stopExecution

boolean stopExecution

snapShotBrowser

BasicHtmlBrowser snapShotBrowser

Class net.sf.jameleon.ui.TestCaseTree extends JTree implements Serializable

Serialized Fields

config

Configurator config

testCasePane

TestCasePane testCasePane

SECONDS_TO_WAIT

int SECONDS_TO_WAIT

Class net.sf.jameleon.ui.UIConfigPanel extends JPanel implements Serializable

Serialized Fields

scriptDirF

JTextField scriptDirF

cpEntriesM

DefaultListModel cpEntriesM

cpEntriesF

JList cpEntriesF



Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.