11 references to _generator
Aspire.Hosting.CodeGeneration.Python.Tests (11)
AtsPythonCodeGeneratorTests.cs (11)
22Assert.Equal("Python", _generator.Language); 32var files = _generator.GenerateDistributedApplication(atsContext); 50var files = _generator.GenerateDistributedApplication(atsContext); 230var files = _generator.GenerateDistributedApplication(atsContext); 247var files = _generator.GenerateDistributedApplication(atsContext); 263var files = _generator.GenerateDistributedApplication(atsContext); 274var files = _generator.GenerateDistributedApplication(atsContext); 288var files = _generator.GenerateDistributedApplication(atsContext); 299var files = _generator.GenerateDistributedApplication(CreateContextWithKeywordParameter()); 311var files = _generator.GenerateDistributedApplication(CreateContextWithAcronymIdentifiers()); 322var files = _generator.GenerateDistributedApplication(CreateContextWithGenericInheritance());