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

Add Tests for Source Generators #86

Merged
merged 5 commits into from
Oct 20, 2024
Merged

Add Tests for Source Generators #86

merged 5 commits into from
Oct 20, 2024

Conversation

ChrisPulman
Copy link
Member

What kind of change does this PR introduce?

Tests

What is the current behavior?

No tests

What is the new behavior?

ObservableAsProperty
Reactive
ReactiveCommand
These generators now have tests

What might this PR break?

None

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

ObservableAsProperty does not recognise PropertyName property in test, this may be due to it being a string with a raw literal

if (ignoreConditional is not null)
{
var diagnostics = compilation.GetDiagnostics().ToList();
diagnostics.Where(x => !ignoreConditional(x)).Should().BeEmpty();
prediagnostics.Where(x => !ignoreConditional(x)).Should().BeEmpty();
Copy link
Contributor

Choose a reason for hiding this comment

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

prediagnostics should fail most of the time, since the source generated code you rely on isn't there.

Copy link
Member Author

Choose a reason for hiding this comment

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

Having Diagnostics fail the test helped in the diagnosis of the Test code, and enabled visibility of what needed to be masked

@glennawatson glennawatson merged commit 7b0e3f9 into main Oct 20, 2024
1 check passed
@glennawatson glennawatson deleted the CP_UpdateTests branch October 20, 2024 02:26
Copy link

github-actions bot commented Nov 4, 2024

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants