[CSHARP-4447] Standardize on how tests are run against both LINQ providers Created: 09/Dec/22  Updated: 05/Jan/23  Resolved: 05/Jan/23

Status: Closed
Project: C# Driver
Component/s: Linq, Testing
Affects Version/s: None
Fix Version/s: 2.19.0

Type: Improvement Priority: Unknown
Reporter: Robert Stam Assignee: Robert Stam
Resolution: Done Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

We have various mechanisms in use to run a test method against both LINQ providers.

Let's standardize on:

[Theory]
[ParameterAttributeData]
public void Test_method(
    [Values(LinqProvider.V2, LinqProvider.V3)] LinqProvider linqProvider)
{
    ...
}



 Comments   
Comment by Githook User [ 05/Jan/23 ]

Author:

{'name': 'rstam', 'email': 'robert@robertstam.org', 'username': 'rstam'}

Message: CSHARP-4447: Standardize on how tests are run against both LINQ providers.
Branch: master
https://github.com/mongodb/mongo-csharp-driver/commit/985e39ded3f17205f930755fdfc86fdad6fb54eb

Generated at Wed Feb 07 21:48:15 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.