Difference between revisions of "Uno/Binary/Spec/Tester/Mapping"
From Apache OpenOffice Wiki
m (→API) |
|||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | 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: |
| − | + | <pre> | |
| − | + | mapping.tester <source env. dcp> <destination env. dcp> [-s testfun <ref string] | |
| − | + | </pre> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | [[Category:Spec]] | |
| − | + | [[Category:Uno]] | |
| − | + | [[Category:Uno:Binary]] | |
| − | + | [[Category:Draft]] | |
| − | |||
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]