Azure / autorest.csharp

Extension for AutoRest (https://github.com/Azure/autorest) that generates C# code
MIT License
142 stars 166 forks source link

[TestGen] Support api-scenario #2454

Open ArcturusZhang opened 2 years ago

ArcturusZhang commented 2 years ago

Things to do:

  1. Introduce or modify the models related with api-scenario in the code model (oav 3.0 introduces a breaking change)
  2. Determine which solution we want to use for the extra dependencies of the test cases (Azure.Core.TestFramework and Azure.ResourceManager.Resources for arm template)
  3. Design some data structures for api-scenario in MgmtTest namespace (parses the things in code model into the things generator could recognize)
  4. Write writers to write the new tests
lirenhe commented 1 year ago

Depend on the plan for API Scenario