提交 fbe28b6f 编写于 作者: C Cyrus Najmabadi

Rename tests.

上级 1c214b16
......@@ -1853,7 +1853,7 @@ class A { }");
[WorkItem(29, "https://github.com/dotnet/roslyn/issues/29")]
[Fact, Trait(Traits.Feature, Traits.Features.CodeActionsSimplifyTypeNames)]
public void TestMissingNullableSimplificationInsideCref4()
public void TestNullableInsideCref_AllowedIfReferencingActualTypeParameter()
{
Test(
@"using System;
......@@ -1884,7 +1884,7 @@ class A
[WorkItem(29, "https://github.com/dotnet/roslyn/issues/29")]
[Fact, Trait(Traits.Feature, Traits.Features.CodeActionsSimplifyTypeNames)]
public void TestMissingNullableSimplificationInsideCref6()
public void TestNullableInsideCref_AllowedIfReferencingActualType()
{
Test(
@"using System;
......@@ -1901,7 +1901,7 @@ class A { }");
[WorkItem(29, "https://github.com/dotnet/roslyn/issues/29")]
[Fact, Trait(Traits.Feature, Traits.Features.CodeActionsSimplifyTypeNames)]
public void TestMissingNullableSimplificationInsideCref7()
public void TestNullableInsideCref_AllowedIfReferencingActualType_AsTypeArgument()
{
Test(
@"using System;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册