(incubating) | The Free and Open Productivity Suite
OOoRunner test harness
A B C D E F G H I J K L M N O P Q R S T U V W X _

C

callMethod(String) - Method in class lib.MultiMethodTest
Just calls the method test.
calls - Variable in class util.XSchemaHandlerImpl
 
calls - Variable in class util.XLayerHandlerImpl
 
CfgParser - class helper.CfgParser.
This class parses the ini files and stores the data
inside TestParameters
CfgParser(String) - Constructor for class helper.CfgParser
 
changePValue(Object) - Static method in class util.ValueChanger
 
characters(String) - Method in class util.XMLTools.XMLWriter
 
characters(String) - Method in class util.XMLTools.XMLTagsChecker
 
characters(String) - Method in class util.XMLTools.XMLChecker
 
chars - Variable in class util.XMLTools.XMLTagsChecker
 
chars - Variable in class util.XMLTools.XMLChecker
 
check() - Method in class util.XMLTools.XMLChecker
 
checkAttr(int, XAttributeList) - Method in class util.XMLTools.Tag
 
checkDataBase(LogWriter) - Method in class stats.FatDataBaseOutProducer
 
checkResult(String, Object, Object, Object, Exception) - Method in class lib.MultiPropertyTest.PropertyTester
The method checks result of setting a new value to the property based o the following arguments:
checkTags() - Method in class util.XMLTools.XMLTagsChecker
Checks if the XML data was valid and well formed and if all necessary tags and character data was found.
cleanCalls() - Method in class util.XSchemaHandlerImpl
 
cleanup(TestParameters, PrintWriter) - Method in class lib.TestCase
Called while the TestCase cleanup.
cleanupTestCase(TestParameters) - Method in class basicrunner.BasicTestCase
BASIC is told to dispose the test object.
cleanupTestCase(TestParameters) - Method in class lib.TestCase
Cleans up the TestCase.
cleanupTestEnvironment(TestParameters, TestEnvironment, LogWriter) - Method in class basicrunner.BasicTestCase
 
cleanupTestEnvironment(TestParameters, TestEnvironment, PrintWriter) - Method in class lib.TestCase
Called while disposing a TestEnvironment.
clear() - Method in class util.XMLTools.AttributeList
Clears all attributes added before.
clickButton(String) - Method in class util.UITools
Helper method: gets button via accessibility and 'click' it
closeAllWindows(XDesktop) - Method in class helper.OfficeProvider
 
closeConnection() - Method in class stats.SQLExecution
Close the connection to the DataBase
closeDoc(XInterface) - Static method in class util.DesktopTools
closes a given document
closeExistingOffice(TestParameters, boolean) - Method in class helper.OfficeProvider
Close an office.
closeExistingOffice(TestParameters, boolean) - Method in class helper.UnoProvider
Close existing office: calls disposeManager()
closeExistingOffice(TestParameters, boolean) - Method in interface helper.AppProvider
Close an office.
closeInput() - Method in class helper.StreamSimulator
 
closeOutput() - Method in class helper.StreamSimulator
 
ClParser - class helper.ClParser.
This class parses commandline Argument and stores
them into TestParameter
ClParser() - Constructor for class helper.ClParser
 
compare(Object, Object) - Method in class lib.MultiPropertyTest
Compares two object.
compare(Object, Object) - Method in class lib.MultiPropertyTest.PropertyTester
The method compares obj1 and obj2.
compareKeys(XRegistryKey, XRegistryKey) - Static method in class util.RegistryTools
Compares two registry keys, their names, value types and values.
compareKeyTrees(XRegistryKey, XRegistryKey) - Static method in class util.RegistryTools
Compare keys specified and all their child keys.
compareKeyTrees(XRegistryKey, XRegistryKey, boolean) - Static method in class util.RegistryTools
Compare all child keys.
ComplexDataBaseOutProducer - class stats.ComplexDataBaseOutProducer.
 
ComplexDataBaseOutProducer(Hashtable) - Constructor for class stats.ComplexDataBaseOutProducer
Creates a new instance of ComplexDataBaseOutProducer
ComplexDescGetter - class helper.ComplexDescGetter.
 
ComplexDescGetter() - Constructor for class helper.ComplexDescGetter
Creates new ComplexDescGetter
complexlib - package complexlib
 
ComplexTest - interface share.ComplexTest.
Interface for complex tests.
ComplexTestCase - class complexlib.ComplexTestCase.
Base class for all complex tests.
ComplexTestCase.AssureException - exception complexlib.ComplexTestCase.AssureException.
 
ComplexTestCase.AssureException(ComplexTestCase, String) - Constructor for class complexlib.ComplexTestCase.AssureException
 
ComplexTestCase() - Constructor for class complexlib.ComplexTestCase
 
ConfigurationRead - class helper.ConfigurationRead.
Read configuration settings.
ConfigurationRead(XMultiServiceFactory) - Constructor for class helper.ConfigurationRead
Creates new ConfigurationRead.
ConfigurationRead(XMultiServiceFactory, String) - Constructor for class helper.ConfigurationRead
Creates new ConfigurationRead
connect(String) - Static method in class helper.OfficeProvider
Connect an Office
Connect(String, TestParameters, XMultiServiceFactory, LogWriter) - Method in class basicrunner.BasicHandler
Establishes a connection between BASIC and Java.
ConnectionString - Variable in class lib.TestParameters
The ConnectionString for Office Connection
default is 'socket,host=localhost,port=8100'
Connector - class basicrunner.basichelper.Connector.
This is a special service that is used in testing Acceptor component in BASIC.
Connector() - Constructor for class basicrunner.basichelper.Connector
Create a connector.
connectToDBase(String, String) - Method in class util.DBTools
Registers DBase database (directory with DBF files) in the global DB context, then connects to it.
connectToSource(Object) - Method in class util.DBTools
Performs connection to DataSource specified.
connectToTestDB(String) - Method in class util.DBTools
Connects to DataSource specially created for testing.
connectToTextDB(String, String, String) - Method in class util.DBTools
RESERVED.
CONTINUE - Static variable in class complexlib.ComplexTestCase
Continue a test even if it did fail
ControlDsc - class util.ControlDsc.
Describes a Control to be inserted in a container
ControlDsc(String) - Constructor for class util.ControlDsc
 
copyFile(XMultiServiceFactory, String, String) - Static method in class util.utils
This method copies a given file to a new one
createBookmark(XTextDocument) - Static method in class util.SOfficeFactory
the method createBookmark
createCalcDoc(String) - Method in class util.SOfficeFactory
method which opens a new SpreadsheetDocument
createChartDoc(String) - Method in class util.SOfficeFactory
method which opens a new ChartDocument
createControl(XComponent, String) - Method in class util.SOfficeFactory
 
createControl(XComponent, String) - Static method in class util.FormTools
 
createControlShape(XComponent, int, int, int, int, String) - Method in class util.SOfficeFactory
 
createControlShape(XComponent, int, int, int, int, String) - Static method in class util.FormTools
creates a XControlShape
createControlShapeWithDefaultControl(XComponent, int, int, int, int, String) - Static method in class util.FormTools
 
createDataBaseOutProducer(Hashtable) - Static method in class stats.OutProducerFactory
Create a databbase out producer.
createDesktop(XMultiServiceFactory) - Static method in class util.DesktopTools
Creates an Instance of the Desktop service
createDiagram(XComponent, String) - Method in class util.SOfficeFactory
creates a Diagram wich specified in kind(String)
createDrawDoc(String) - Method in class util.SOfficeFactory
method which opens a new DrawDocument
createDrawDoc(XMultiServiceFactory) - Static method in class util.DrawTools
Opens a new draw document with arguments
createFootnote(XTextDocument) - Static method in class util.SOfficeFactory
the method createFootnote
createImpressDoc(String) - Method in class util.SOfficeFactory
method which opens a new ImpressDocument
createIndex(XTextDocument, String) - Static method in class util.SOfficeFactory
the method create Index
createInstance() - Method in class basicrunner.BasicHandler
Create an instance of HandlerContainer.
createInstance() - Method in class basicrunner.basichelper.DocumentHandler
Create an instance of the document handler.
createInstance() - Method in class basicrunner.basichelper.AttributeList
Create an instance of this class.
createInstance() - Method in class basicrunner.basichelper.Filter
Returns an instance of the filter.
createInstance() - Method in class basicrunner.basichelper.ThreadRunner
 
createInstance() - Method in class basicrunner.basichelper.Connector
Returns an instance of the connector.
createInstance() - Method in class basicrunner.basichelper.DispatchProviderInterceptor
Create an instance of the interceptor
createInstance() - Method in interface util.XInstCreator
 
createInstance() - Method in class util.InstCreator
 
createInstance(XComponent, String) - Method in class util.SOfficeFactory
 
createInstance(XMultiServiceFactory) - Method in class util.InstDescr
 
createInstance(XMultiServiceFactory) - Method in class util.ControlDsc
 
createInstance(XMultiServiceFactory) - Method in class util.TableDsc
 
createInstance(XMultiServiceFactory) - Method in class util.BookmarkDsc
 
createInstance(XMultiServiceFactory) - Method in class util.FootnoteDsc
 
createInstance(XMultiServiceFactory) - Method in class util.ReferenceMarkDsc
 
createInstance(XMultiServiceFactory) - Method in class util.ShapeDsc
 
createInstance(XMultiServiceFactory) - Method in class util.DefaultDsc
 
createInstance(XMultiServiceFactory) - Method in class util.FrameDsc
 
createInstance(XMultiServiceFactory) - Method in class util.TextSectionDsc
 
createInstance(XMultiServiceFactory) - Method in class util.ParagraphDsc
 
createInstance(XMultiServiceFactory) - Method in class util.StyleFamilyDsc
 
createInstanceWithArguments(Object[]) - Method in class basicrunner.BasicHandler
Create an instance of HandlerContainer.
createInstanceWithArguments(Object[]) - Method in class basicrunner.basichelper.DocumentHandler
Create an instance of the document handler.
createInstanceWithArguments(Object[]) - Method in class basicrunner.basichelper.AttributeList
Create an instance of the actual implementation of the AttributeList.
createInstanceWithArguments(Object[]) - Method in class basicrunner.basichelper.Filter
Returns an instance of the filter.
createInstanceWithArguments(Object[]) - Method in class basicrunner.basichelper.ThreadRunner
 
createInstanceWithArguments(Object[]) - Method in class basicrunner.basichelper.Connector
Returns an instance of the connector.
createInstanceWithArguments(Object[]) - Method in class basicrunner.basichelper.DispatchProviderInterceptor
Create an instance of the interceptor Arguments are not supported here, so they will be ignored.
createMathDoc(String) - Method in class util.SOfficeFactory
method which opens a new MathDocument
createMediaDescriptor(String[], Object[]) - Static method in class util.XMLTools
 
createMySQLTable(Statement, String) - Method in class util.DBTools
Creates test table specified.
createOutProducer(Hashtable) - Static method in class stats.OutProducerFactory
Create an out producer.
createReferenceMark(XTextDocument) - Static method in class util.SOfficeFactory
the method createReferenceMark
createRegistryService(XMultiServiceFactory) - Static method in class util.RegistryTools
Creates 'com.sun.star.registry.SimpleRegistry' service.
createShape(XComponent, int, int, int, int, String) - Method in class util.SOfficeFactory
 
createShape(XComponent, int, int, int, int, String) - Method in class util.DrawTools
creates a XShape
createSimpleOutProducer() - Static method in class stats.OutProducerFactory
As a fallback, create a simple out producer, if all else failed.
createSpreadsheet(XSpreadsheetDocument) - Static method in class util.SOfficeFactory
 
createTestEnvironment(TestParameters, PrintWriter) - Method in class basicrunner.BasicTestCase
Create the environment for the test.
createTestEnvironment(TestParameters, PrintWriter) - Method in class lib.TestCase
Called to create an instance of TestEnvironment with an object to test and related objects.
createTextDoc(String) - Method in class util.SOfficeFactory
method which opens a new TextDocument
createTextDoc(XMultiServiceFactory) - Static method in class util.WriterTools
 
createTextFrame(XTextDocument) - Static method in class util.SOfficeFactory
creates a simple TextFrame ...
createTextFrame(XTextDocument, int, int) - Static method in class util.SOfficeFactory
creates a simple TextFrame ...
createTextTable(XTextDocument) - Static method in class util.SOfficeFactory
creates a simple TextTable defaultet to 2 rows and 2 columns
createTextTable(XTextDocument, int, int) - Static method in class util.SOfficeFactory
creates a TextTable with a specified count of rows and columns
createUnoControlShape(XComponent, int, int, int, int, String, String) - Static method in class util.FormTools
 

OOoRunner test harness
A B C D E F G H I J K L M N O P Q R S T U V W X _

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

Copyright & License
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.