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

From Apache OpenOffice Wiki
< Uno‎ | Binary
Jump to: navigation, search
m (API)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
author[[User:Kr|Kr]] <br>
+
State: Draft Type: Specification
version: {{REVISIONID}} <br>
+
state:  draft          <br>
+
created: 12/22/2005    <br>
+
type:    specification  <br>
+
  
== Binary UNO Tester ==
+
==Feature==
=== Mapping ===
+
Tests:
 +
* mappings are regetable
 +
* map an object
 +
* mapped object is member of target environment
 +
* remapping object results in same mapped object
 +
* mapping object back results in source object
 +
* check mapping path with expectations (derived by rules)
 +
* interceptors are working
 +
* lifecycle of MediateMappings
  
; Feature
+
==API==
: Tests:
+
Exectuable:
:* mappings are regetable
+
<pre>
:* map an object
+
mapping.tester <source env. dcp> <destination env. dcp> [-s testfun <ref string]
:* mapped object is member of target environment
+
</pre>
:* remapping object results in same mapped object
+
:* mapping object back results in source object
+
:* check mapping path with expectations (derived by rules)
+
:* interceptors are working
+
:* lifecycle of MediateMappings
+
  
; Rationale :
 
  
; API
+
[[Category:Spec]]
 
+
[[Category:Uno]]
; Compatibility Issues: None.
+
[[Category:Uno:Binary]]
 
+
[[Category:Draft]]
; Dependencies: None.
+
 
+
[[Category:Uno:Binary:Spec]]
+

Latest revision as of 09:50, 9 February 2007

State: Draft Type: Specification

Feature

Tests:

  • mappings are regetable
  • map an object
  • mapped object is member of target environment
  • remapping object results in same mapped object
  • mapping object back results in source object
  • check mapping path with expectations (derived by rules)
  • interceptors are working
  • lifecycle of MediateMappings

API

Exectuable:

mapping.tester <source env. dcp> <destination env. dcp> [-s testfun <ref string]
Personal tools