Difference between revisions of "Uno/Cpp/Modules/CPPUhelper/tests/Loader"

From Apache OpenOffice Wiki
< Uno‎ | Cpp‎ | Modules‎ | CPPUhelper
Jump to: navigation, search
m (Added missing dependency.)
m (Tagged "code" correctly.)
Line 2: Line 2:
  
 
==Tests==
 
==Tests==
* cppu::loadSharedLibComponentFactory(...); - "unsafe" component / "safe" client
+
* <code>cppu::loadSharedLibComponentFactory(...);</code> - "unsafe" component / "safe" client
* cppu::loadSharedLibComponentFactory(...); - "affine" component / "safe" client
+
* <code>cppu::loadSharedLibComponentFactory(...);</code> - "affine" component / "safe" client
* cppu::loadSharedLibComponentFactory(...); - "safe" component / "safe" client
+
* <code>cppu::loadSharedLibComponentFactory(...);</code> - "safe" component / "safe" client
  
* cppu::writeSharedLibComponentInfo(...); - "unsafe" component / "safe" client
+
* <code>cppu::writeSharedLibComponentInfo(...);</code> - "unsafe" component / "safe" client
* cppu::writeSharedLibComponentInfo(...); - "affine" component / "safe" client
+
* <code>cppu::writeSharedLibComponentInfo(...);</code> - "affine" component / "safe" client
* cppu::writeSharedLibComponentInfo(...); - "safe" component / "safe" client
+
* <code>cppu::writeSharedLibComponentInfo(...);</code> - "safe" component / "safe" client
  
 
==Execute==
 
==Execute==

Revision as of 12:05, 22 May 2007

Type: test State: in progress CWS: bunoexttm

Tests

  • cppu::loadSharedLibComponentFactory(...); - "unsafe" component / "safe" client
  • cppu::loadSharedLibComponentFactory(...); - "affine" component / "safe" client
  • cppu::loadSharedLibComponentFactory(...); - "safe" component / "safe" client
  • cppu::writeSharedLibComponentInfo(...); - "unsafe" component / "safe" client
  • cppu::writeSharedLibComponentInfo(...); - "affine" component / "safe" client
  • cppu::writeSharedLibComponentInfo(...); - "safe" component / "safe" client

Execute

<platform>/bin/loader.test

Files

Depends on

Personal tools