Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: test ::

deprecated service TestFactory
Usage Restrictions
deprecated
Description
describes a factory of services with interfaces for testing purposes.

It create instances that support the interface XSimpleTest.

The services are accessed through interface, service or object names. The name test service must begin with "test." followed by the interface, service or object name ("test.com.sun.star.beans.XPropertySet").

Example
:Java
 xTestService = TestFactory.createInstance( "com.sun.star.beans.XPropertySet" );
 xTestService.test( "com.sun.star.beans.XPropertySet", myTestObject );
 

Included Services - Summary
::com::sun::star::lang::MultiServiceFactory
(referenced entity's summary:)
Provides a collection of implementations of services.
Included Services - Details
::com::sun::star::lang::MultiServiceFactory
(referenced entity's summary:)
Provides a collection of implementations of services.

 
Top of Page

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.