Standardize on how tests are run against both LINQ providers

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Done
    • Priority: Unknown
    • 2.19.0
    • Affects Version/s: None
    • Component/s: LINQ, Testing
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • 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 Stam
              Reporter:
              Robert Stam
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: