Uploaded image for project: 'C# Driver'
  1. C# Driver
  2. CSHARP-4447

Standardize on how tests are run against both LINQ providers

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Unknown Unknown
    • 2.19.0
    • Affects Version/s: None
    • Component/s: Linq, Testing
    • Labels:
      None

      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)
      {
          ...
      }
      

            Assignee:
            robert@mongodb.com Robert Stam
            Reporter:
            robert@mongodb.com Robert Stam
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: