Skip to content

Commit

Permalink
Run iterations of GenerateMethodInClosedFile
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Jul 21, 2020
1 parent 8be0f57 commit 9a58630
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ public CSharpCodeActions(VisualStudioInstanceFactory instanceFactory, ITestOutpu
{
}

[WpfFact(Skip = "https://github.com/dotnet/roslyn/issues/26204"), Trait(Traits.Feature, Traits.Features.CodeActionsGenerateMethod)]
public void GenerateMethodInClosedFile()
[WpfTheory, CombinatorialData, Trait(Traits.Feature, Traits.Features.CodeActionsGenerateMethod)]
public void GenerateMethodInClosedFile([CombinatorialRange(0, 10)] int iteration)
{
_ = iteration;

var project = new ProjectUtils.Project(ProjectName);
VisualStudio.SolutionExplorer.AddFile(project, "Foo.cs", contents: @"
public class Foo
Expand Down

0 comments on commit 9a58630

Please sign in to comment.