Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented missing methods in BigMap #144

Merged
merged 3 commits into from
Jan 25, 2024
Merged

Implemented missing methods in BigMap #144

merged 3 commits into from
Jan 25, 2024

Conversation

JulijaRamoskiene
Copy link
Contributor

Closes #134

  • Changed BigMap to implement Map instead of extending it. Implemented missing methods.
  • Added BigMap tests.
  • Added iModelTransformer test to verify that unresolved references are logged correctly. Moved logger initialization logic to beforeEach(), as it is reconfigured in new test case.

- Changed BigMap to implement Map instead of extending it. Implemented missing methods.
- Added BigMap tests.
- Added iModelTransformer test to verify that unresolved references are logged correctly. Moved logger initialization logic to beforeEach(), as it is reconfigured in new test case.
Copy link
Contributor

@MichaelBelousov MichaelBelousov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test could be smaller but it's ok as is

@JulijaRamoskiene JulijaRamoskiene merged commit 8eb90ca into main Jan 25, 2024
15 checks passed
@JulijaRamoskiene JulijaRamoskiene deleted the BigMapFixPR branch January 25, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IModelTransformer is not handling unresolved elements in finalizeTransformation()
3 participants