A C D E G H I L M N P R S T V X

A

addParameter(String, String) - Static method in class net.sourceforge.xmlfit.property.PropertyHelper
 
addProperty(String, String) - Static method in class net.sourceforge.xmlfit.property.PropertyHelper
 
addTestPropertiesFromDataSet(DataSet) - Static method in class net.sourceforge.xmlfit.property.PropertyHelper
 
addTestStepPropertiesFromDataSet(DataSet) - Static method in class net.sourceforge.xmlfit.property.PropertyHelper
 

C

checkConfiguration(Issues) - Method in class net.sourceforge.xmlfit.reader.DynamicXMLReader
 
clearPararmeters() - Static method in class net.sourceforge.xmlfit.property.PropertyHelper
 
clearTestProperties() - Static method in class net.sourceforge.xmlfit.property.PropertyHelper
 
clearTestStepProperties() - Static method in class net.sourceforge.xmlfit.property.PropertyHelper
 
Configuration - Interface in net.sourceforge.xmlfit.configuration
Interface for the configuration component of xmlfit.
ConfigurationImpl - Enum in net.sourceforge.xmlfit.configuration.impl
Default Implementation of Configuration
createDataSource(String) - Static method in class net.sourceforge.xmlfit.data.DataHelper
Create a list with DataSets.
createDataSource(String) - Method in interface net.sourceforge.xmlfit.data.DataSourceFactory
Create a DataSource for file, the file extension is used to selected the DataSource.
createDataSource(String) - Method in enum net.sourceforge.xmlfit.data.impl.DataSourceFactoryImpl
 
createHtmlText(String) - Static method in class net.sourceforge.xmlfit.html.SpecialCharReplacer
 

D

DataHelper - Class in net.sourceforge.xmlfit.data
Helper Class for use XMLFit DataSets in OAW Templates.
DataHelper() - Constructor for class net.sourceforge.xmlfit.data.DataHelper
 
DataSet - Interface in net.sourceforge.xmlfit.data
Interface for a XMLFit DataSet.
DataSource - Interface in net.sourceforge.xmlfit.data
Interface of a XMLFit DataSource.
DataSourceFactory - Interface in net.sourceforge.xmlfit.data
Factory for the XMLFit DataSources.
DataSourceFactoryImpl - Enum in net.sourceforge.xmlfit.data.impl
 
DataSourceProvider - Annotation Type in net.sourceforge.xmlfit.data
 
DynamicXMLReader - Class in net.sourceforge.xmlfit.reader
 
DynamicXMLReader() - Constructor for class net.sourceforge.xmlfit.reader.DynamicXMLReader
 

E

extractFileExtension(String) - Method in enum net.sourceforge.xmlfit.data.impl.DataSourceFactoryImpl
 
extractProperties(String) - Static method in class net.sourceforge.xmlfit.property.PropertyHelper
 

G

getClassForExension(String) - Method in enum net.sourceforge.xmlfit.data.impl.DataSourceFactoryImpl
 
getComponentName() - Method in class net.sourceforge.xmlfit.reader.DynamicXMLReader
 
getContainer() - Method in class net.sourceforge.xmlfit.reader.DynamicXMLReader
 
getInputDir() - Method in class net.sourceforge.xmlfit.runner.XMLFitCommandLineRunner
 
getInputDirectory() - Method in interface net.sourceforge.xmlfit.configuration.Configuration
Getter for the input directory.
getInputDirectory() - Method in enum net.sourceforge.xmlfit.configuration.impl.ConfigurationImpl
 
getLocation() - Method in class net.sourceforge.xmlfit.reader.DynamicXMLReader
 
getMessage() - Method in exception net.sourceforge.xmlfit.property.PropertyNotFoundException
 
getMetaModel() - Method in class net.sourceforge.xmlfit.reader.DynamicXMLReader
 
getMode() - Method in class net.sourceforge.xmlfit.runner.XMLFitCommandLineRunner
 
getOutputDir() - Method in class net.sourceforge.xmlfit.runner.XMLFitCommandLineRunner
 
getOutputDirectory() - Method in interface net.sourceforge.xmlfit.configuration.Configuration
Getter for the output directory of the fit tests.
getOutputDirectory() - Method in enum net.sourceforge.xmlfit.configuration.impl.ConfigurationImpl
 
getPropertyValue(String) - Method in interface net.sourceforge.xmlfit.data.DataSet
Get property value by name.
getPropertyValue(String) - Method in class net.sourceforge.xmlfit.data.impl.NullDataSetImpl
Always returns null.
getPropertyValue(String) - Method in class net.sourceforge.xmlfit.data.impl.XMLDataSetImpl
 
getPropertyValue(String) - Static method in class net.sourceforge.xmlfit.property.PropertyHelper
 
getStylesheet() - Method in class net.sourceforge.xmlfit.runner.XMLFitCommandLineRunner
 
getTest() - Method in class net.sourceforge.xmlfit.runner.XMLFitCommandLineRunner
 
getTestsuite() - Method in class net.sourceforge.xmlfit.runner.XMLFitCommandLineRunner
 

H

hasNext() - Method in class net.sourceforge.xmlfit.data.impl.XMLDataSourceImpl
 

I

INSTANCE - Static variable in interface net.sourceforge.xmlfit.configuration.Configuration
Instance of the configuration component, singelton.
INSTANCE - Static variable in interface net.sourceforge.xmlfit.data.DataSourceFactory
The instance of the factory which will be use by XMLFit.
invoke(WorkflowContext, ProgressMonitor, Issues) - Method in class net.sourceforge.xmlfit.reader.DynamicXMLReader
 
iterator() - Method in class net.sourceforge.xmlfit.data.impl.XMLDataSourceImpl
 

L

loadModelFromXmlFile(String) - Static method in class net.sourceforge.xmlfit.reader.DynamicXMLReader
 

M

main(String[]) - Static method in class net.sourceforge.xmlfit.runner.XMLFitCommandLineRunner
 

N

net.sourceforge.xmlfit.configuration - package net.sourceforge.xmlfit.configuration
 
net.sourceforge.xmlfit.configuration.impl - package net.sourceforge.xmlfit.configuration.impl
 
net.sourceforge.xmlfit.data - package net.sourceforge.xmlfit.data
 
net.sourceforge.xmlfit.data.impl - package net.sourceforge.xmlfit.data.impl
 
net.sourceforge.xmlfit.html - package net.sourceforge.xmlfit.html
 
net.sourceforge.xmlfit.property - package net.sourceforge.xmlfit.property
 
net.sourceforge.xmlfit.reader - package net.sourceforge.xmlfit.reader
 
net.sourceforge.xmlfit.runner - package net.sourceforge.xmlfit.runner
 
next() - Method in class net.sourceforge.xmlfit.data.impl.XMLDataSourceImpl
 
NULL_DATASET - Static variable in interface net.sourceforge.xmlfit.data.DataSet
The Value of a null DataSet variable.
NullDataSetImpl - Class in net.sourceforge.xmlfit.data.impl
NullDataSet can be used when no DataSet is initialized.
NullDataSetImpl() - Constructor for class net.sourceforge.xmlfit.data.impl.NullDataSetImpl
 

P

PropertyHelper - Class in net.sourceforge.xmlfit.property
 
PropertyHelper() - Constructor for class net.sourceforge.xmlfit.property.PropertyHelper
 
PropertyNotFoundException - Exception in net.sourceforge.xmlfit.property
 
PropertyNotFoundException(String) - Constructor for exception net.sourceforge.xmlfit.property.PropertyNotFoundException
 

R

remove() - Method in class net.sourceforge.xmlfit.data.impl.XMLDataSourceImpl
 
run(String, String, String) - Method in enum net.sourceforge.xmlfit.runner.TestRunner
 
run(String, String, String) - Method in enum net.sourceforge.xmlfit.runner.TestSuiteRunner
 
runTestFromSuite(String) - Static method in enum net.sourceforge.xmlfit.runner.TestSuiteRunner
 

S

setContainer(CompositeComponent) - Method in class net.sourceforge.xmlfit.reader.DynamicXMLReader
 
setInputDir(String) - Method in class net.sourceforge.xmlfit.runner.XMLFitCommandLineRunner
 
setInputDirectory(String) - Method in interface net.sourceforge.xmlfit.configuration.Configuration
Setter for the input directory.
setInputDirectory(String) - Method in enum net.sourceforge.xmlfit.configuration.impl.ConfigurationImpl
 
setLocation(Location) - Method in class net.sourceforge.xmlfit.reader.DynamicXMLReader
 
setMetaModel(XSDMetaModel) - Method in class net.sourceforge.xmlfit.reader.DynamicXMLReader
 
setMode(String) - Method in class net.sourceforge.xmlfit.runner.XMLFitCommandLineRunner
 
setOutputDir(String) - Method in class net.sourceforge.xmlfit.runner.XMLFitCommandLineRunner
 
setOutputDirectory(String) - Method in interface net.sourceforge.xmlfit.configuration.Configuration
Setter for output directory of the fit tests.
setOutputDirectory(String) - Method in enum net.sourceforge.xmlfit.configuration.impl.ConfigurationImpl
 
setStylesheet(String) - Method in class net.sourceforge.xmlfit.runner.XMLFitCommandLineRunner
 
setTest(String) - Method in class net.sourceforge.xmlfit.runner.XMLFitCommandLineRunner
 
setTestsuite(String) - Method in class net.sourceforge.xmlfit.runner.XMLFitCommandLineRunner
 
SpecialCharReplacer - Class in net.sourceforge.xmlfit.html
 
SpecialCharReplacer() - Constructor for class net.sourceforge.xmlfit.html.SpecialCharReplacer
 

T

TestRunner - Enum in net.sourceforge.xmlfit.runner
 
TestSuiteRunner - Enum in net.sourceforge.xmlfit.runner
 

V

valueOf(String) - Static method in enum net.sourceforge.xmlfit.configuration.impl.ConfigurationImpl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.xmlfit.data.impl.DataSourceFactoryImpl
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.xmlfit.runner.TestRunner
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.sourceforge.xmlfit.runner.TestSuiteRunner
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.sourceforge.xmlfit.configuration.impl.ConfigurationImpl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.xmlfit.data.impl.DataSourceFactoryImpl
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.xmlfit.runner.TestRunner
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.sourceforge.xmlfit.runner.TestSuiteRunner
Returns an array containing the constants of this enum type, in the order they are declared.

X

XMLDataSetImpl - Class in net.sourceforge.xmlfit.data.impl
 
XMLDataSetImpl(Node) - Constructor for class net.sourceforge.xmlfit.data.impl.XMLDataSetImpl
 
XMLDataSourceImpl - Class in net.sourceforge.xmlfit.data.impl
 
XMLDataSourceImpl(String) - Constructor for class net.sourceforge.xmlfit.data.impl.XMLDataSourceImpl
 
XMLFitCommandLineRunner - Class in net.sourceforge.xmlfit.runner
XMLFit Runner
XmlLoadingException - Exception in net.sourceforge.xmlfit.data.impl
 
XmlLoadingException(Throwable) - Constructor for exception net.sourceforge.xmlfit.data.impl.XmlLoadingException
 

A C D E G H I L M N P R S T V X

Copyright © 2009 SourceForge. All Rights Reserved.