Skip to content

Conversation

@dipeshmsft
Copy link
Member

@dipeshmsft dipeshmsft commented Jun 27, 2023

!! NO MERGE !!

Main PR

#138

Description

This PR is to test the integration of tests written in #138 with the build flow of WPF. The aim here is to understand the changes required to run the tests on the pipeline. Once, we verify that tests run are running on pipeline, this PR will be closed.

Customer Impact

Provides the team with relevant information to setup test infra for running unit tests on pipeline.

Regression

--

Testing

Built and ran the tests locally using .\build.cmd -test command

Risk

Microsoft Reviewers: Open in CodeFlow

@dipeshmsft dipeshmsft requested a review from a team as a code owner June 27, 2023 21:10
@ghost ghost assigned dipeshmsft Jun 27, 2023
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Jun 27, 2023
@ghost ghost requested a review from singhashish-wpf June 27, 2023 21:10
@dipeshmsft dipeshmsft added the * NO MERGE * metadata: The PR is not ready for merge yet (see discussion for detailed reasons) label Jun 27, 2023
}

[Fact]
public void GetHashCode_NullContentWrapper_ThrowsNullReferenceException()
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: rename to "GetHashCode_NullContentWrapper_ReturnsZero"

Assert.Throws<ArgumentException>(null, () => ValueSerializer.GetSerializerFor(type));
Assert.Throws<ArgumentException>(null, () => ValueSerializer.GetSerializerFor(type, null));
}
// [Theory]
Copy link
Contributor

Choose a reason for hiding this comment

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

how did these tests fail?

@dipeshmsft
Copy link
Member Author

Closing this PR now as #8013 is created.

@dipeshmsft dipeshmsft closed this Jul 11, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Aug 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

* NO MERGE * metadata: The PR is not ready for merge yet (see discussion for detailed reasons) PR metadata: Label to tag PRs, to facilitate with triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants