iTwin / imodel-transformer

API for exporting an iModel's parts and also importing them into another iModel
MIT License
3 stars 2 forks source link

Add tests for alpha non-transformer initializeBranchProvenance API #97

Closed MichaelBelousov closed 1 year ago

MichaelBelousov commented 1 year ago

Added an alpha initializeBranchProvenance API, need to add some tests to cover that it generates the same result as normal branch initialization.

A sample test would be to run both initialization methods on two copies of an iModel, and then run the assertIdentityTransform test utility between the two results.

MichaelBelousov commented 1 year ago

This was done in #107