Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Undo accidental test renames
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercn committed Mar 14, 2022
1 parent 6a570bb commit 4003c20
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ public class ComponentWithEditorRequiredChildContent : ComponentBase
#region Bind

[Fact]
public void BindToComponent_WithMatchingProperties()
public void BindToComponent_SpecifiesValue_WithMatchingProperties()
{
// Arrange
AdditionalSyntaxTrees.Add(Parse(@"
Expand Down Expand Up @@ -1242,7 +1242,7 @@ public class MyComponent : ComponentBase
}

[Fact]
public void BindToComponent_WithoutMatchingProperties()
public void BindToComponent_SpecifiesValue_WithoutMatchingProperties()
{
// Arrange
AdditionalSyntaxTrees.Add(Parse(@"
Expand Down Expand Up @@ -1270,7 +1270,7 @@ public class MyComponent : ComponentBase
}

[Fact]
public void BindToComponentAndChangeEvent_WithMatchingProperties()
public void BindToComponent_SpecifiesValueAndChangeEvent_WithMatchingProperties()
{
// Arrange
AdditionalSyntaxTrees.Add(Parse(@"
Expand Down Expand Up @@ -1302,7 +1302,7 @@ public class MyComponent : ComponentBase
}

[Fact]
public void BindToComponentAndChangeEvent_WithoutMatchingProperties()
public void BindToComponent_SpecifiesValueAndChangeEvent_WithoutMatchingProperties()
{
// Arrange
AdditionalSyntaxTrees.Add(Parse(@"
Expand All @@ -1329,7 +1329,7 @@ public class MyComponent : ComponentBase
}

[Fact]
public void BindToComponentAndExpression()
public void BindToComponent_SpecifiesValueAndExpression()
{
// Arrange
AdditionalSyntaxTrees.Add(Parse(@"
Expand Down Expand Up @@ -1403,7 +1403,7 @@ public class MyComponent : ComponentBase
}

[Fact]
public void BindToComponentAndExpression_TypeChecked()
public void BindToComponent_SpecifiesValueAndExpression_TypeChecked()
{
// Arrange
AdditionalSyntaxTrees.Add(Parse(@"
Expand Down Expand Up @@ -1442,7 +1442,7 @@ public class MyComponent : ComponentBase
}

[Fact]
public void BindToComponentAndExpression_Generic()
public void BindToComponent_SpecifiesValueAndExpression_Generic()
{
// Arrange
AdditionalSyntaxTrees.Add(Parse(@"
Expand Down

0 comments on commit 4003c20

Please sign in to comment.