Difference between revisions of "Uno/Binary/Spec/Tester/Environment"

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m (Fixed section indentation, some wording.)
Line 1: Line 1:
author[[User:Kr|Kr]] <br>
+
Type: specification State: draft
version: {{REVISIONID}} <br>
+
state:  draft         <br>
+
created: 12/22/2005    <br>
+
type:    specification  <br>
+
  
== Binary UNO Tester ==
+
==Feature==
=== Environment ===
+
Tests Uno environments.
  
; Feature
+
==Tests==
: Tests UNO environments.
+
Function uno_getEnvironment
 +
* reget environment with same type, purpose and context
 +
* !reget environment with same type, purpose and different context
 +
* !reget environment with same type, different purpose and same context
 +
* pEnv->pTypeName && pEnv->pContext match parameters
  
: Tests:
+
uno_getRegisteredEnvironments -
: function uno_getEnvironment
+
* get registered env. via getRegisteredEnvs
:* reget environment with same type, purpose and context
+
* ensure released env. is not gettable
:* !reget environment with same type, purpose and different context
+
:* !reget environment with same type, different purpose and same context
+
:* pEnv->pTypeName && pEnv->pContext match parameters
+
  
: uno_getRegisteredEnvironments -
+
uno_createEnvironment
:* get registered env. via getRegisteredEnvs
+
:* ensure released env. is not gettable
+
  
: uno_createEnvironment
+
==API==
 +
* purpose_envs.test.bin
  
; Rationale :
+
==Dependencies==
 +
None.
  
; API
 
: Execute:
 
: purpose_envs.test.bin
 
 
; Compatibility Issues: None.
 
 
; Dependencies: None.
 
  
 
[[Category:Uno:Binary:Spec]]
 
[[Category:Uno:Binary:Spec]]

Revision as of 16:18, 6 September 2006

Type: specification State: draft

Feature

Tests Uno environments.

Tests

Function uno_getEnvironment

  • reget environment with same type, purpose and context
  •  !reget environment with same type, purpose and different context
  •  !reget environment with same type, different purpose and same context
  • pEnv->pTypeName && pEnv->pContext match parameters

uno_getRegisteredEnvironments -

  • get registered env. via getRegisteredEnvs
  • ensure released env. is not gettable

uno_createEnvironment

API

  • purpose_envs.test.bin

Dependencies

None.

Personal tools