Skip to content

Add test cases to cover remaining .NET library tests#3

Merged
caitlynstocker merged 1 commit intomainfrom
cat/devex-140/cover-remaining-dotnet-tests
Mar 27, 2026
Merged

Add test cases to cover remaining .NET library tests#3
caitlynstocker merged 1 commit intomainfrom
cat/devex-140/cover-remaining-dotnet-tests

Conversation

@caitlynstocker
Copy link
Copy Markdown
Contributor

What's this? 🌵

We are in the process of setting up shared tests to be run across our OpenFeature client libraries. This PR adds test cases for any tests which currently exist in the .NET client library and are not already covered by cases in our shared test fixtures.

How to review? 🔍

🧪 You can try out these tests by pointing the specifications submodule in the .NET client library to the latest commit on this PR. Currently the matching .NET code can be found in OctopusDeploy/openfeature-provider-dotnet#45

Fixes DEVEX-140

@caitlynstocker caitlynstocker requested a review from a team as a code owner March 27, 2026 04:25
@@ -0,0 +1,115 @@
{
Copy link
Copy Markdown
Contributor Author

@caitlynstocker caitlynstocker Mar 27, 2026

Choose a reason for hiding this comment

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

},
"expected": {
"value": true
}
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

"expected": {
"value": false,
"errorCode": "FLAG_NOT_FOUND"
}
Copy link
Copy Markdown
Contributor Author

@caitlynstocker caitlynstocker Mar 27, 2026

Choose a reason for hiding this comment

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

"value": true,
"errorCode": "FLAG_NOT_FOUND"
}
},
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@caitlynstocker caitlynstocker changed the title Add cases to cover remaining .NET library tests Add test cases to cover remaining .NET library tests Mar 27, 2026
@caitlynstocker caitlynstocker merged commit cdffe1e into main Mar 27, 2026
1 check passed
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