Skip to content

Commit

Permalink
Update few completion tests to be regular in addition to script
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Dec 25, 2024
1 parent 98ea496 commit b545994
Show file tree
Hide file tree
Showing 55 changed files with 110 additions and 110 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class C { }
}

[Fact, Trait(Traits.Feature, Traits.Features.KeywordRecommending)]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ class C { }
}

[Fact]
public async Task TestAfterGlobalStatement_Interactive()
public async Task TestAfterGlobalStatement()
{
await VerifyKeywordAsync(SourceCodeKind.Script,
await VerifyKeywordAsync(
"""
System.Console.WriteLine();
$$
Expand Down
Loading

0 comments on commit b545994

Please sign in to comment.