Skip to content

[Add] test project for SysML2.NET - #84

Merged
samatstariongroup merged 2 commits into
developmentfrom
add-test-project
Feb 18, 2026
Merged

[Add] test project for SysML2.NET#84
samatstariongroup merged 2 commits into
developmentfrom
add-test-project

Conversation

@samatstariongroup

Copy link
Copy Markdown
Member

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following the SysML2.NET code style guidelines
  • I have provided test coverage for my change (where applicable)

Description

  • [Add] test project for SysML2.NET
  • [Add] testfixture for ElementExtensions

[Add] testfixture for ElementExtensions

@antoineatstariongroup antoineatstariongroup left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Potential improvements

{
ElementExtensions.AssignOwnership(source, bridgeRelationship, target);

Assert.That(bridgeRelationship.OwningRelatedElement, Is.EqualTo(source));

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

could be surround with ' using (Assert.EnterMultipleScope())'

namespace SysML2.NET.Tests.Extensions
{
using System;
using Core.POCO.Core.Features;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Namespace could be re-organized and full namespace could be nice

@samatstariongroup
samatstariongroup merged commit 41aa4ca into development Feb 18, 2026
5 of 6 checks passed
@samatstariongroup
samatstariongroup deleted the add-test-project branch February 18, 2026 09:56
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.

2 participants